Skip to content

Commit 752b9f6

Browse files
chore(main): release 1.1.0 (#85)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent b1942a8 commit 752b9f6

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v1.0.0...v1.1.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* Add error handling without invoking the google test test environment ([#104](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/104)) ([08d653f](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/08d653fe47d31d7e070195f7536d4f32e03180e6))
9+
* Add option to disable fetch externals ([#161](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/161)) ([#166](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/166)) ([5513d57](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/5513d5759e9a019adea9930b76e85fadd1bff45c))
10+
* Add workflows similar to amp-embedded-infra-lib, restructure components ([#84](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/84)) ([2386d9e](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/2386d9e571d92f8180167d95611be62f4d4509e5))
11+
* Added single include header that exposes all required interfaces in the cucumber_cpp namespace ([#149](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/149)) ([bb8e89a](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/bb8e89aa5988a3fa23539560b1bfe382358e9934))
12+
* Pinned windows sdk to version 10.0.26100 ([842cfd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/842cfd418512471cf2fa83d80e0b719a5d423284))
13+
* Refactor and add tests for Step and StepRegistry ([#89](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/89)) ([3d824cb](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/3d824cb1a0c4824339d2e89b39801bc62c37a60e))
14+
* Update devcontainer to 5.6.2 ([#150](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/150)) ([842cfd4](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/842cfd418512471cf2fa83d80e0b719a5d423284))
15+
16+
17+
### Chores
18+
19+
* Removed unnecessary member function pointer ([#88](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/88)) ([562ea5d](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/562ea5db3bd4643c3304d4758fdc301ccb804bca))
20+
* Update nlohmann::json to latest main ([#165](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/165)) ([a8ba3f7](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a8ba3f77ed411ee79c92f306cdcfd3e19d409d76))
21+
322
## 1.0.0 (2024-09-27)
423

524

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