Skip to content

Commit

Permalink
added 1.1.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Jun 23, 2021
1 parent 2eecd5d commit 998a96b
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.1.2 release notes:

* Removes calls to deprecated APIs and works with multiple Arnold universes. (Thanks @sebastienblor)

### CryptomatteArnold 1.1.1 release notes:

* Fixed tests to work with Arnold 6 (were unnecessarily strict and were failing due to unrelated changes.
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 1)
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 5 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.1.1. See [changelog](CHANGELOG.md) for version history.
Version 1.1.2. See [changelog](CHANGELOG.md) for version history.

## Requirements

Expand Down

0 comments on commit 998a96b

Please sign in to comment.