commit d9173633bf974d3a376ca98e7533be24dae6d483
parent 246f4733d824195551779a280252ee70ed255d41
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 22 Jan 2019 10:24:43 +0100
Merge branch 'release_0.2.2' into develop
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -35,6 +35,13 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.2.2
+
+- BugFix when grouping components into enclosures.
+- Add a warning message in log when edges that could surround a
+ hole are found (edges with at least one unshared vertex and
+ different media on its sides).
+
### Version 0.2.1
- BugFix: needed data cleaning on computation canceling.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -47,7 +47,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC2D_FILES_SRC