Skip to content

Commit 8ff0bc9

Browse files
chore(main): release 3.1.0 (#223)
Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
1 parent 42a2338 commit 8ff0bc9

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v3.0.0...v3.1.0) (2025-11-17)
4+
5+
6+
### Features
7+
8+
* Add option to print steps that have not been used ([#227](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/227)) ([8554d3b](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/8554d3ba78470bdb6f4c230fb00c287d1c276348))
9+
* Replace custom CucumberAssertHelper with custom EmptyTestEventListener implementation ([#220](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/220)) ([1331877](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/1331877f14802808468846945fdb50a7a15a75b8))
10+
* Replace string-replace based tag parsing with official cucumber tag parsing ([#226](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/226)) ([f5e0631](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f5e0631c3e6ae97f952564e64da3a5149f0acaea))
11+
12+
13+
### Chores
14+
15+
* Add IWYU directives to engine/Step.hpp and engine/StringTo.hpp ([#238](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/238)) ([f5e3ffd](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f5e3ffdcedcd8cb93e3808a4b79d20d32d8142b6))
16+
* Use correct hash for codeql-action v4.31.2 ([#245](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/245)) ([42a2338](https://github.com/philips-software/amp-cucumber-cpp-runner/commit/42a2338d85fcccdb6890b576426878a831f3019e))
17+
318
## [3.0.0](https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v2.1.0...v3.0.0) (2025-09-16)
419

520

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