Skip to content

Commit

Permalink
Add CHANGELOG, bump API version to 0.11.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
prybicki authored Nov 28, 2022
1 parent 54bacb2 commit 095de3a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

## [0.11.1]

### Added

### Changed

### Fixed
- CUDA Runtime is now linked statically.

## [0.11.0]

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 0
#define RGL_VERSION_PATCH 1

/**
* Three consecutive 32-bit floats.
Expand Down
2 changes: 1 addition & 1 deletion src/api/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ extern "C" {
RGL_API rgl_status_t
rgl_get_version_info(int32_t* out_major, int32_t* out_minor, int32_t* out_patch)
{
// Short API version history:
// Short pre-changelog API version history:
// This is a brief shortcut for devs!
// 0.1: PoC via dlopen
// 0.2: added E2E PCL formats (12, 24, 48), ringIds, postRaycastTransform
Expand Down

0 comments on commit 095de3a

Please sign in to comment.