star-cad

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

commit dd8bc3a16870a0d8a8176cb0746a8ee6c7bbaf76
parent 9a8fff9b4d85a3b8d04620b4aca4d54ec2a72874
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  5 Jun 2025 18:34:57 +0200

Merge branch 'release_0.5.2' into develop

Diffstat:
MREADME.md | 6++++++
Mconfig.mk | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,6 +25,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5.2 + +- Fix a file name in debug STL output file. +- Add debug code that output new STL files on some errors. +- Add tests. + ### Version 0.5.1 - Add `scad_get_bounding_box' API call. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.1 +VERSION = 0.5.2 PREFIX = /usr/local LIB_TYPE = SHARED