Skip to content

Commit

Permalink
bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 7, 2024
1 parent 122eac7 commit bc454ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(VERSION 0.3.1.0)
set(VERSION 0.5.0.0)
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Status

- *WIP*: v0.3.0 - ticker, and more;
- *WIP*: v0.?.?
- ticker: removed and released as ticker-cxx standalone
- and more (undo, fsm, ...);

- 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;
- v0.3.0 - bugs fixed and sync codes for main compilers;

- v0.2.27 - LICENSE Changed to Apache 2.0; better adaptive in cmake import;
- v0.2.25 - follow windows virtual environment changed in adaptation; format codes with better style
- v0.2.23 - improved ci scripts, traits, detections, and more for better cross-platform portability;
Expand Down
3 changes: 2 additions & 1 deletion 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.0 - upgraded to compliant with cxx20 and later
- v0.3.1 - bugs fixed and added constexpr compiler_name and a new test: test-compiler;
- v0.3.0 - bugs fixed and sync codes for main compilers;
- v0.2.27 - LICENSE Changed to Apache 2.0; better adaptive in cmake import;
Expand All @@ -111,7 +112,7 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr).
- msvc build tool:
- 17.2.32505.173 (VS2022 or Build Tool) passed
- OLD: 16.7.2, 16.8.5 (VS2019 or Build Tool) passed

- NEW: VS2022 passed


### Snapshots
Expand Down

0 comments on commit bc454ae

Please sign in to comment.