Skip to content

Commit

Permalink
Bumped version to 1.2.2, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Feb 17, 2023
1 parent 1e6d13c commit 83831bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### CryptomatteArnold 1.2.2 release notes:

* Fixed an issue where sidecar manifests did not work with Solaris (Thanks @cpichard)

### CryptomatteArnold 1.2.1 release notes:

* Removed call to deprecated `AtCritSec` and replaced with `AtMutex` (Thanks @ThiagoIze)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(CryptomatteArnold)

set(CM_MAJOR_VERSION 1)
set(CM_MINOR_VERSION 2)
set(CM_PATCH_VERSION 1)
set(CM_PATCH_VERSION 2)
set(CM_VERSION "${CM_MAJOR_VERSION}.${CM_MINOR_VERSION}.${CM_PATCH_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE FALSE)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the Arnold implementation of [Cryptomatte](https://github.com/Psyop/Cryptomatte), by Jonah Friedman, Andy Jones, and Anders Langlands. Cryptomatte creates ID mattes automatically with support for motion blur, transparency, and depth of field, using names available in the Arnold scene at render time.

Version 1.2.1 See [changelog](CHANGELOG.md) for version history.
Version 1.2.2 See [changelog](CHANGELOG.md) for version history.

## Requirements

Expand Down

0 comments on commit 83831bd

Please sign in to comment.