commit c0812b19814e692f46a6c72dccf6ba307c0a3694
parent ace37f8fa53e4b3623444b62bdaee6a5107e969f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 3 Jul 2025 14:23:38 +0200
Prepare version 0.7
Bump version number and write release note
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -18,6 +18,11 @@ Edit config.mk as needed, then run:
## Release notes
+### Version 0.7
+
+- Add the Descriptors API to facilitate access to mesh data from its raw
+ data structure.
+
### Version 0.6
- Improve code readability and simplicity by rewriting the internal
diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.6
+VERSION = 0.7
PREFIX = /usr/local
LIB_TYPE = SHARED