Skip to content

Commit e113be2

Browse files
prybickimsz-rai
andauthored
Update CHANGELOG, bump API version to 0.11.2 (#68)
* Update CHANGELOG, bump API version to 0.11.2 * Update CHANGELOG.md Co-authored-by: Mateusz Szczygielski <112629916+msz-rai@users.noreply.github.com>
1 parent a951b81 commit e113be2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Change Log
22

3-
## [0.11.1]
3+
## [0.11.2] 1 December 2022
44

55
### Added
6+
- RGL Auto Tape - feature to start Tape on the first API call writing to a path given in compile-time.
67

78
### Changed
9+
- Improved control flow around API initialization and error reporting
10+
11+
### Fixed
12+
- Release build on Linux no longer use debug builds of dependencies (e.g., libPCL)
13+
- Fixed a hidden bug in CacheManager - unsafe removing while iterating
14+
15+
## [0.11.1] 28 November 2022
816

917
### Fixed
1018
- CUDA Runtime is now linked statically.
1119

12-
## [0.11.0]
20+
## [0.11.0] - 22 November 2022
1321

1422
The initial release.

include/rgl/api/core.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define RGL_VERSION_MAJOR 0
3131
#define RGL_VERSION_MINOR 11
32-
#define RGL_VERSION_PATCH 1
32+
#define RGL_VERSION_PATCH 2
3333

3434
/**
3535
* Three consecutive 32-bit floats.

0 commit comments

Comments
 (0)