Skip to content

Commit

Permalink
Increased version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Jan 18, 2021
1 parent fc2f2f3 commit 87c2311
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.1 release notes:

* Fixed tests to work with Arnold 6 (were unnecessarily strict and were failing due to unrelated changes.

### CryptomatteArnold 1.1 release notes:

* Preview AOVs are now always displayed in display drivers, even when preview_in_exr is disabled.
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 0)
set(CM_PATCH_VERSION 1)
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.0. See [changelog](CHANGELOG.md) for version history.
Version 1.1.1. See [changelog](CHANGELOG.md) for version history.

## Requirements

Expand Down

0 comments on commit 87c2311

Please sign in to comment.