star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 5e0970b58b1e78cc905664bd4624ad377931fdbf
parent ea6c9f0461f4ab74eb9a298cf73c42bf47a5a437
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 10 Apr 2024 10:42:10 +0200

Merge branch 'release_0.3.1' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,6 +21,12 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.3.1 + +- Add a flag allowing to dump overlapping geometries +- Improve some log messages +- Sets required version of star-enclosures-3d to 0.6 + ### Version 0.3 This release largely breaks the API. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -44,7 +44,7 @@ include_directories( ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 3) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCAD_FILES_SRC