Skip to content

Commit dce9047

Browse files
chore(main): release 4.2.0
1 parent 0d8152f commit dce9047

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.1.0...v4.2.0) (2026-07-23)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
16+
17+
### Chores
18+
19+
* Update cucumber messages and gherkin versions ([#376](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/376)) ([0d8152f](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/0d8152f2dfaaa55596c570c072f1ca1efe2de224))
20+
321
## [4.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.0.1...v4.1.0) (2026-07-03)
422

523

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24)
22
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
33

4-
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.1.0) # x-release-please-version
4+
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.2.0) # x-release-please-version
55

66
include(ccr_test_helpers)
77

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.organization=philips-software
44
sonar.projectName=amp-cucumber-cpp-runner
55

66
# x-release-please-start-version
7-
sonar.projectVersion=4.1.0
7+
sonar.projectVersion=4.2.0
88
# x-release-please-end
99

1010
sonar.links.homepage=https://github.com/philips-software/amp-cucumber-cpp-runner

0 commit comments

Comments
 (0)