Skip to content

Commit

Permalink
Merge pull request #46 from ThoSe1990/release/2.3.1
Browse files Browse the repository at this point in the history
bump to 2.3.1
  • Loading branch information
ThoSe1990 authored Oct 23, 2024
2 parents f53f703 + 32118ed commit 55be15e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## [Unreleased]


## [2.3.1] 2024-10-23

### Added
- Alternative words in steps ([45](https://github.com/ThoSe1990/cwt-cucumber/pull/45))
- Backslash to toggle between two words (e.g. `is/are` allows `is` and `are` in steps)
- Parenthesis to make words or characters optional (e.g. `item(s)` will allow `item` and `items` in steps)


## [2.2.0] 2024-10-23
## [2.3.0] 2024-10-23

### Added
- New `CWT_CUCUMBER_STEP_DELAY` environment variable to delay step execution ([32](https://github.com/ThoSe1990/cwt-cucumber/pull/32))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

cmake_minimum_required(VERSION 3.16)
project(cwt-cucumber VERSION 2.3.0)
project(cwt-cucumber VERSION 2.3.1)

set(CMAKE_CXX_STANDARD 20)

Expand Down

0 comments on commit 55be15e

Please sign in to comment.