Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
### CHANGELOG:

  - improved load-cmdr-cxx.cmake for cmdr-cxx users;
  - updated gh action scripts;
  - fix windows build again;
  - upgraded cmake/ scripts;
    - downward compatible with python 3.8-;
  - upgraded to catch2 3.7.1+;
  - improved compiler detectors and `-#`/`-V` outputs;
  - improved typo/lint pieces;
  - improved macro defs: fix _countof(); added offsetof(); ...
  - cleanup
  • Loading branch information
hedzr committed Dec 28, 2024
1 parent 96b2119 commit 5040431
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
set(VERSION 0.5.11.0)
file(READ ".build-serial" BUILD_SERIAL)
set(VERSION 0.6.0.${BUILD_SERIAL})
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Status

- v0.6.0
- improved load-cmdr-cxx.cmake for cmdr-cxx users;
- updated gh action scripts;
- fix windows build again;
- upgraded cmake/ scripts;
- downward compatible with python 3.8-;
- upgraded to catch2 3.7.1+;
- improved compiler detectors and `-#`/`-V` outputs;
- improved typo/lint pieces;
- improved macro defs: fix _countof(); added offsetof(); ...
- cleanup

- v0.5.11 - simple updates to follow the newest devenv
- v0.5.9 - fixed `deps-cmdr11.cmake` for you, added `CMDR_NO_3RDPARTY` option to disable importing and linking with 3rd-party libraries
- v0.5.8 - fixed unused `requires` in cmdr-chrono.hh
Expand Down

0 comments on commit 5040431

Please sign in to comment.