Skip to content

Commit

Permalink
updated some version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Sep 28, 2018
1 parent dfe6eba commit 38b5708
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### CryptomatteArnold 1.1 release notes:

* Preview AOVs are now always displayed in display drivers, even when preview_in_exr is disabled.
* Builds are supplied against Arnold 5.0.1.0 for Arnold 5.0.&ast and 5.1.&ast, and 5.2.0.0 for Arnold 5.2.&ast
* Python tests now return error code for failed tests

### CryptomatteArnold 1.0 release notes:

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
project(CryptomatteArnold)

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

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.0.0. See [changelog](CHANGELOG.md) for version history.
Version 1.1.0. See [changelog](CHANGELOG.md) for version history.

## Requirements

Expand Down

0 comments on commit 38b5708

Please sign in to comment.