Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MegaLinter] reported by reviewdog 🐶

Suggested change
".": "4.0.1"
".": "4.0.1"

}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.0.0...v4.0.1) (2026-03-12)


### Chores

* Add [[nodiscard]] attribute to relevant methods for better optimization and added std::move where needed ([#299](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/299)) ([bfefd04](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/bfefd0442ba1069fc43f15253bf2da6a104f951b))

## [4.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v3.1.1...v4.0.0) (2026-03-05)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.0.0) # x-release-please-version
project(cucumber-cpp-runner LANGUAGES C CXX VERSION 4.0.1) # x-release-please-version

include(ccr_test_helpers)

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.organization=philips-software
sonar.projectName=amp-cucumber-cpp-runner

# x-release-please-start-version
sonar.projectVersion=4.0.0
sonar.projectVersion=4.0.1
# x-release-please-end

sonar.links.homepage=https://github.com/philips-software/amp-cucumber-cpp-runner
Expand Down
Loading