Skip to content

Commit 8e5d637

Browse files
chore(main): release 4.0.0 (#296)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.1.1...v4.0.0) (2026-03-05) ### ⚠ BREAKING CHANGES * rewrite to use cucumber messages ([#273](#273)) ### Features * Rewrite to use cucumber messages ([#273](#273)) ([751ffd9](751ffd9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 751ffd9 commit 8e5d637

4 files changed

Lines changed: 14 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-
".": "3.1.1"
2+
".": "4.0.0"
33
}

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v3.1.1...v4.0.0) (2026-03-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rewrite to use cucumber messages ([#273](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/273))
9+
10+
### Features
11+
12+
* Rewrite to use cucumber messages ([#273](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/273)) ([751ffd9](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/751ffd90bb9dc94828e3beab95f7cf98dc26c668))
13+
314
## [3.1.1](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v3.1.0...v3.1.1) (2025-11-21)
415

516

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 3.1.1) # x-release-please-version
4+
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.0.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=3.1.1
7+
sonar.projectVersion=4.0.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)