commit 359302006508ab1e516f930cef2525eeab07d8b4 parent 02e464ffbac121460de72b4984b0bd0e85e58705 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 21 Feb 2025 16:05:56 +0100 Merge branch 'release_0.5.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 @@ -17,6 +17,10 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5.1 +- Add the read data type in the descriptor. +- Fix a false error log message (should have been an information message). + ### Version 0.5 - Replace CMake by Makefile as build system. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.5.0 +VERSION = 0.5.1 PREFIX = /usr/local LIB_TYPE = SHARED