Skip to content

Commit 34a04fd

Browse files
chore(main): release 2.1.0
1 parent c66792b commit 34a04fd

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.0.0"
2+
".": "2.1.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+
## [2.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v2.0.0...v2.1.0) (2025-06-30)
4+
5+
6+
### Features
7+
8+
* Expose parameter registration interface ([#190](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/190)) ([b3655ec](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/b3655ece25faba31ef4f0d81f173d1c266abd050))
9+
10+
11+
### Chores
12+
13+
* Add missing cmake dependencies ([#197](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/197)) ([c66792b](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/c66792b0d854facb3783cf971ec0bc4696e2b910))
14+
* Correct settings.json ([#193](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/193)) ([4a0749f](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/4a0749f89e12c707c67a31c88f80cbe64e54c4f6))
15+
316
## [2.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.1.0...v2.0.0) (2025-06-12)
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.0.0) # x-release-please-version
4+
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 2.1.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.0.0
7+
sonar.projectVersion=2.1.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)