Skip to content

Commit

Permalink
Update CHANGELOG, bump API version to 0.11.2 (#68)
Browse files Browse the repository at this point in the history
* Update CHANGELOG, bump API version to 0.11.2

* Update CHANGELOG.md

Co-authored-by: Mateusz Szczygielski <[email protected]>
  • Loading branch information
prybicki and msz-rai authored Dec 1, 2022
1 parent a951b81 commit e113be2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion include/rgl/api/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e113be2

Please sign in to comment.