commit c0ac08e0c27b91c22e9cc982641383f0aab62416
parent 946a6f56457162ac5a549396460ba152b8ee319e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 6 Sep 2023 10:41:35 +0200
Merge branch 'release_0.5.5' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,11 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.5.5
+
+- Fixes a crash linked to numerical accuracy that caused connex components
+ grouping to loop forever.
+
### Version 0.5.4
- Fixes the (rare) situation where temporary local variables could be used in
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
###############################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
-set(VERSION_PATCH 4)
+set(VERSION_PATCH 5)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC3D_FILES_SRC