commit b35ce6ae710b2a5e16f7125764591d132c2064f2 parent 9820a8b9d226fcdbd8cec92b68aecadde1b81405 Author: vaplv <vaplv@free.fr> Date: Mon, 6 Jul 2020 11:40:14 +0200 Merge branch 'release_0.9.1' into develop Diffstat:
| M | README.md | | | 8 | ++++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -17,6 +17,14 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.9.1 + +- Add the `VFATAL` macro that works as the regular `FATAL` macro but with an + additional variadic argument allowing to format the displayed error message + as in `printf`. +- Add the `str_printf` function to the string API: it sets the string content + with the data formatted wrt the `printf` syntax. + ### Version 0.9 - Add the text reader API. A text reader reads lines from a text stream. In diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -39,7 +39,7 @@ include(rcmake) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 9) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(RSYS_FILES_SRC