diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e2cc3275..24f2dd762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - test-actions + - release-7.0 pull_request: branches: [ master ] diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5e30ba1..0f5248206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Clixon Changelog -* [7.0.0](#660) 8 March 2024 +* [7.0.1](#701) 3 April 2024 +* [7.0.0](#700) 8 March 2024 * [6.5.0](#650) 6 December 2023 * [6.4.0](#640) 30 September 2023 * [6.3.0](#630) 29 July 2023 @@ -8,6 +9,17 @@ * [6.1.0](#610) 19 Feb 2023 * [6.0.0](#600) 29 Nov 2022 +## 7.0.1 +3 April 2024 + +Three issues detected in post-testing of 7.0.0 are fixed in the 7.0.1 release + +### Corrected Bugs + +* Fixed: [NACM create rules do not work properly on objects with default values](https://github.com/clicon/clixon/issues/506) +* Fixed: [CLI: Explicit api-path not encoded correctly](https://github.com/clicon/clixon/issues/504) +* Fixed: [Startup and default of same object causes too-many-elements error](https://github.com/clicon/clixon/issues/503) + ## 7.0.0 8 March 2024 diff --git a/configure b/configure index fbb13da88..e733b7b96 100755 --- a/configure +++ b/configure @@ -2813,7 +2813,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu CLIXON_VERSION_MAJOR="7" CLIXON_VERSION_MINOR="0" -CLIXON_VERSION_PATCH="0" +CLIXON_VERSION_PATCH="1" CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\"" # Debug flag diff --git a/configure.ac b/configure.ac index 730442e91..14bef9986 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AC_CONFIG_AUX_DIR(config-aux) CLIXON_VERSION_MAJOR="7" CLIXON_VERSION_MINOR="0" -CLIXON_VERSION_PATCH="0" +CLIXON_VERSION_PATCH="1" CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\"" # Debug flag