commit 9f61986dcc500da5b0ea9e0ff1bdb33731ce7bf7
parent 5f42bab53aca68b58c3886a16766dace37a86231
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 12 Mar 2019 15:38:59 +0100
Merge branch 'release_0.3.0' into develop
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,12 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.3
+
+- Add API calls to access to geometry frontiers.
+- Improve documentation in the header file.
+- BugFix: wrong data cleaning on computation canceling.
+
### Version 0.2.2
- BugFix when grouping components into enclosures.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -47,8 +47,8 @@ endif()
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 2)
-set(VERSION_PATCH 2)
+set(VERSION_MINOR 3)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC_FILES_SRC