commit 0b119828ce9580130eabcd590c8e2fd3f5e44328 parent 9e7d7ea4e00adebcbc6231a057b34b2d7b4f4573 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 24 Nov 2023 17:00:42 +0100 Merge branch 'release_0.3' into develop Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -21,6 +21,19 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.3 + +This release largely breaks the API. + + - Add API calls to attach custom data to geometries + - Increase default min size for generated meshes + - Add API calls to deals with the entities hidden in geometries + - Change geometry swap API + - Remove redundant API calls + - BugFixes on geometries lifetime management + - Log messages improvement + - Many bug fixes + ### Version 0.2 - Introduce reference counting for geometries (API break). diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -43,7 +43,7 @@ include_directories( # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) +set(VERSION_MINOR 3) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})