From b53988b92a1fe5732d25e6f3c2eca0c1c84200a4 Mon Sep 17 00:00:00 2001 From: hz Date: Mon, 9 Sep 2024 01:48:53 +0800 Subject: [PATCH] bump to v0.5.7 - v0.5.7 - fixed all builds on c++20 (unused param; ambiguous operator << for time_point/duration; ...) --- .version.cmake | 2 +- CHANGELOG | 1 + README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.version.cmake b/.version.cmake index 773562d..6f48172 100644 --- a/.version.cmake +++ b/.version.cmake @@ -1 +1 @@ -set(VERSION 0.5.5.0) \ No newline at end of file +set(VERSION 0.5.7.0) \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 653c70a..c0de17e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index fb9bf95..8356b5c 100644 --- a/README.md +++ b/README.md @@ -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)