diff --git a/CHANGELOG.md b/CHANGELOG.md index 466bc1fa..f582c4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ # Change Log -## [0.11.1] +## [0.11.2] 1 December 2022 ### Added +- RGL Auto Tape - feature to start Tape on the first API call writing to a path given in compile-time. ### Changed +- Improved control flow around API initialization and error reporting + +### Fixed +- Release build on Linux no longer use debug builds of dependencies (e.g., libPCL) +- Fixed a hidden bug in CacheManager - unsafe removing while iterating + +## [0.11.1] 28 November 2022 ### Fixed - CUDA Runtime is now linked statically. -## [0.11.0] +## [0.11.0] - 22 November 2022 The initial release. diff --git a/include/rgl/api/core.h b/include/rgl/api/core.h index ce4dccfb..e0f049b1 100644 --- a/include/rgl/api/core.h +++ b/include/rgl/api/core.h @@ -29,7 +29,7 @@ #define RGL_VERSION_MAJOR 0 #define RGL_VERSION_MINOR 11 -#define RGL_VERSION_PATCH 1 +#define RGL_VERSION_PATCH 2 /** * Three consecutive 32-bit floats.