commit 0a4da50f5bbeaeca186e02ca167be6ef9f308179 parent 169986528c08c8bfef4f3f3515bd9529030b9502 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 9 Apr 2024 15:45:11 +0200 Merge branch 'release_0.6' into develop Diffstat:
| M | README.md | | | 8 | ++++++++ |
| M | cmake/CMakeLists.txt | | | 4 | ++-- |
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -39,6 +39,14 @@ variable the install directories of its dependencies. Release notes ------------- +### Version 0.6 + +- Major rework on the code that groups connex components to create enclosures. +- Add tests showing bugs at the grouping stage in previous release. +- Add debug code that allows to dump how connex components are grouped. +- Fix compilation warnings. +- Sets the required version of Star-3D to 0.9. + ### Version 0.5.5 - Fixes a crash linked to numerical accuracy that caused connex components diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -63,8 +63,8 @@ endif() # Configure and define targets ############################################################################### set(VERSION_MAJOR 0) -set(VERSION_MINOR 5) -set(VERSION_PATCH 5) +set(VERSION_MINOR 6) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SENC3D_FILES_SRC