Skip to content

Commit

Permalink
Update CHANGELOG, bump API version to 0.11.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai authored Jan 11, 2023
1 parent fcafe56 commit e5ea8a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.11.3] 11 January 2023

### Added
- API call for tape recording activation status

### Fixed
- Fixed dependencies for tapePlayer tool
- Handle invalid logger configuration properly
- Handle empty path passed to tape

## [0.11.2] 1 December 2022

### Added
Expand Down
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 2
#define RGL_VERSION_PATCH 3

/**
* Three consecutive 32-bit floats.
Expand Down

0 comments on commit e5ea8a1

Please sign in to comment.