diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..466bc1fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +## [0.11.1] + +### Added + +### Changed + +### Fixed +- CUDA Runtime is now linked statically. + +## [0.11.0] + +The initial release. diff --git a/include/rgl/api/core.h b/include/rgl/api/core.h index 3cb1d9ab..3616af39 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 0 +#define RGL_VERSION_PATCH 1 /** * Three consecutive 32-bit floats. diff --git a/src/api/api.cpp b/src/api/api.cpp index 7a0e79c5..2215bb14 100644 --- a/src/api/api.cpp +++ b/src/api/api.cpp @@ -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