commit bf128ece01e0a8d36de64998405bbaafd4dc2e4e parent 778d84ab930c3d0f1efbab203c33babaefe5464a Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 19 Apr 2024 14:57:07 +0200 Merge branch 'release_0.4.1' into develop Diffstat:
| M | README.md | | | 7 | +++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -23,6 +23,13 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4.1 + +- Add scad_dump_geometry() API call that can be called from a debugging session +- Remove an invalid assert +- Fix build that used gmsh library in Release when Debug should have been used +- Improve logs + ### Version 0.4 - Upgrade to gmsh 4.12.2 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -44,7 +44,7 @@ include_directories( ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCAD_FILES_SRC