Skip to content

Commit d8b8c03

Browse files
chore(main): release 3.0.0 (#202)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Daan Timmer <[email protected]>
1 parent 370ca35 commit d8b8c03

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v2.1.0...v3.0.0) (2025-09-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* follow the Gherkin standard by not differentiating between step types ([#199](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/199))
9+
10+
### Features
11+
12+
* Add gherkin doc string support ([#214](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/214)) ([9a4615f](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/9a4615fbd7cfb7ab56ccb970bd1c6f6fac60553c))
13+
* Follow the Gherkin standard by not differentiating between step types ([#199](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/199)) ([e85ecc0](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/e85ecc0a3502229f7a438d372c3c8db60c2d764b))
14+
* Use IWYU pragma: private to indicate to IWYU the proper use of the library ([#201](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/201)) ([beb8065](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/beb8065d90ba4e5ec5342f6012aed7dec08b61f9))
15+
316
## [2.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v2.0.0...v2.1.0) (2025-06-30)
417

518

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