From 4f187a5f3da215185ce57c86e0c4be20e1a6c781 Mon Sep 17 00:00:00 2001 From: hz Date: Sat, 7 Sep 2024 03:03:06 +0800 Subject: [PATCH] bump to v0.5.2 --- .version.cmake | 2 +- CHANGELOG | 1 + README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.version.cmake b/.version.cmake index 5c3621d..fa9e890 100644 --- a/.version.cmake +++ b/.version.cmake @@ -1 +1 @@ -set(VERSION 0.5.1.0) \ No newline at end of file +set(VERSION 0.5.2.0) \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index e54e5d5..1a9b1d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ - ticker - removed and released as ticker-cxx standalone - and more (undo, fsm, ...) +- v0.5.2 - fixed upload/download-artifact in last release; compliant with c++20 or higher - v0.5.1 - security patch the workflow script; fixed it; - v0.5.0 - upgraded to compliant with cxx20 and later diff --git a/README.md b/README.md index 1f5adbf..b3db59c 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr). ## Status +- v0.5.2 - fixed upload/download-artifact in last release; compliant with c++20 or higher - v0.5.1 - security patch the workflow script; fixed it; - v0.5.0 - upgraded to compliant with cxx20 and later - v0.3.1 - bugs fixed and added constexpr compiler_name and a new test: test-compiler;