From 52203599925096cf709d32d8de96603d92077460 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:40:06 +0000 Subject: [PATCH] chore(main): release 4.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ CMakeLists.txt | 2 +- sonar-project.properties | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12ef0bf..e8e4b4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "4.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f368c5e..d0ce63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.2.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.1.0...v4.2.0) (2026-07-13) + + +### Features + +* Expose scenario information in scenario and step hooks ([#369](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/369)) ([fae5994](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/fae5994294754a0a024c20d219370b66928cdb68)) + + +### Bug Fixes + +* Add early parse-error reporting during feature collection ([#369](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/369)) ([fae5994](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/fae5994294754a0a024c20d219370b66928cdb68)) +* Catch exceptions while constructing a step fixture ([#364](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/364)) ([ca918d5](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/ca918d5d7bf8e00af49e4ea6af3395a024302761)) + ## [4.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.0.1...v4.1.0) (2026-07-03) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61d7e4b..56d1453 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 4.1.0) # x-release-please-version +project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.2.0) # x-release-please-version include(ccr_test_helpers) diff --git a/sonar-project.properties b/sonar-project.properties index d410046..0a0c310 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=4.1.0 +sonar.projectVersion=4.2.0 # x-release-please-end sonar.links.homepage=https://github.com/philips-software/amp-cucumber-cpp-runner