diff --git a/.version.cmake b/.version.cmake index fa9e890..842a847 100644 --- a/.version.cmake +++ b/.version.cmake @@ -1 +1 @@ -set(VERSION 0.5.2.0) \ No newline at end of file +set(VERSION 0.5.3.0) \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 1a9b1d0..b97295e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ - ticker - removed and released as ticker-cxx standalone - and more (undo, fsm, ...) +- v0.5.3 - fixed upload-artifact in last release - 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 b3db59c..f2bd0d6 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr). ## Status +- v0.5.3 - fixed upload-artifact in last release - 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