Skip to content

Commit

Permalink
bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Sep 6, 2024
1 parent 45863e2 commit 4f187a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(VERSION 0.5.1.0)
set(VERSION 0.5.2.0)
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f187a5

Please sign in to comment.