Skip to content

Commit 296d7d0

Browse files
chore(main): release 2.0.0 (#176)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent cd2b1c7 commit 296d7d0

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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-
".": "1.1.0"
2+
".": "2.0.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+
## [2.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.1.0...v2.0.0) (2025-06-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* full support for cucumber expressions ([#180](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/180))
9+
10+
### Features
11+
12+
* Full support for cucumber expressions ([#180](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/180)) ([f031eec](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f031eec76e632a2701e7ed98827085e4ce75e6fe))
13+
14+
15+
### Bug Fixes
16+
17+
* Correct spelling of ScopedFeatureContext in ContextManager and related files ([a76cdd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593))
18+
* **hooks:** Changed context to ScenarioContext for BEFORE/AFTER_STEP hook ([#175](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/175)) ([a76cdd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593))
19+
* **hooks:** Don't execute the current scope when an error occurs during a before hook ([#174](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/174)) ([1c7fcde](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/1c7fcde3dd140ce3f9c7327e66e2a73344625328))
20+
321
## [1.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.0.0...v1.1.0) (2025-04-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 1.1.0) # x-release-please-version
4+
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 2.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=1.1.0
7+
sonar.projectVersion=2.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)