Skip to content

Commit 01eebd6

Browse files
committed
Prepare release v14.0.0
Created-by: polyglot-release v1.3.2
1 parent b8702b7 commit 01eebd6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
99
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
1010

1111
## [Unreleased]
12+
13+
## [14.0.0] - 2024-08-08
1214
### Changed
1315
- Permit usage of gherkin up to v29 and messages up to v26
1416
- **Internal Breaking Change**: Structure of `Action` classes have changed.
1517
See upgrading notes for [14.0.0.md](upgrading_notes/14.0.0.md#upgrading-to-cucumber-core-1400)
16-
([#282](https://github.com/cucumber/cucumber-ruby-core/pull/282))
18+
([#282](https://github.com/cucumber/cucumber-ruby-core/pull/282))
1719

1820
### Removed
1921
- Remove support for ruby 2.6 and below. 2.7 or higher is required now (Autofixed to Ruby 2.7 styles)
@@ -72,7 +74,8 @@ See upgrading notes for [13.0.0.md](upgrading_notes/13.0.0.md#upgrading-to-cucum
7274
### Changed
7375
- Updated `cucumber-gherkin` and `cucumber-messages`
7476

75-
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.3...HEAD
77+
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v14.0.0...HEAD
78+
[14.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.3...v14.0.0
7679
[13.0.3]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.2...v13.0.3
7780
[13.0.2]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.1...v13.0.2
7881
[13.0.1]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.0...v13.0.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.0.3
1+
14.0.0

0 commit comments

Comments
 (0)