commit 54430f55828771034eb58f3e984049aa25c54b42 parent 2f347c293c77c9f1538d56ebcf4b4e840497c23e Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Wed, 19 Jun 2024 15:01:11 +0200 Merge branch 'release_0.7.1' into develop Diffstat:
| M | README.md | | | 4 | ++++ |
| M | config.mk | | | 2 | +- |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -37,6 +37,10 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.7.1 + +- Fixes a bug in the code that groups connex components to create enclosures. + ### Version 0.7 - Replace CMake by Makefile as build system. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.7.0 +VERSION = 0.7.1 PREFIX = /usr/local LIB_TYPE = SHARED