Skip to content

Commit

Permalink
bump to v0.5.7
Browse files Browse the repository at this point in the history
- v0.5.7 - fixed all builds on c++20 (unused param; ambiguous operator << for time_point/duration; ...)
  • Loading branch information
hedzr committed Sep 8, 2024
1 parent 80350b0 commit b53988b
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.5.0)
set(VERSION 0.5.7.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.7 - fixed all builds on c++20 (unused param; ambiguous operator << for time_point/duration; ...)
- v0.5.5 - fixed importing cmdr11(-cxx) via cmake ExternalProject_Add
- 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
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.7 - fixed all builds on c++20 (unused param; ambiguous operator << for time_point/duration; ...)
- v0.5.5 - fixed importing cmdr11(-cxx) via cmake ExternalProject_Add
- v0.5.3 - fixed upload-artifact in last release
> actions/upload-artifact and download-artifact must be same major version (such as v4, both)
Expand Down

0 comments on commit b53988b

Please sign in to comment.