diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6f..a1961ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac0a64..26dbc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.0.0...v1.1.0) (2024-10-15) + + +### Features + +* Add workflows similar to amp-embedded-infra-lib, restructure components ([#84](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/84)) ([2386d9e](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/2386d9e571d92f8180167d95611be62f4d4509e5)) +* Refactor and add tests for Step and StepRegistry ([#89](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/89)) ([3d824cb](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/3d824cb1a0c4824339d2e89b39801bc62c37a60e)) + + +### Chores + +* Removed unnecessary member function pointer ([#88](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/88)) ([562ea5d](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/562ea5db3bd4643c3304d4758fdc301ccb804bca)) + ## 1.0.0 (2024-09-27) diff --git a/CMakeLists.txt b/CMakeLists.txt index e05b311..4e4873b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") -project(cucumber-cpp-runner LANGUAGES C CXX VERSION 1.0.0) # x-release-please-version +project(cucumber-cpp-runner LANGUAGES C CXX VERSION 1.1.0) # x-release-please-version include(ccr_test_helpers) diff --git a/sonar-project.properties b/sonar-project.properties index a496ecc..918f1b7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=philips-software sonar.projectName=amp-cucumber-cpp-runner # x-release-please-start-version -sonar.projectVersion=1.0.0 +sonar.projectVersion=1.1.0 # x-release-please-end sonar.links.homepage=https://github.com/philips-software/amp-cucumber-cpp-runner