Skip to content

Commit 35c67cd

Browse files
committed
Prepare release v13.0.0
Created-by: polyglot-release v1.3.2
1 parent f980f75 commit 35c67cd

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Diff for: CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ 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+
## [13.0.0] - 2023-12-05
1214
### Changed
1315
- Now using a 2-tiered changelog to avoid any bugs when using polyglot-release
1416
- More refactoring of the repo by fixing up a bunch of manual rubocop offenses (See PR's for details)
15-
([#259](https://github.com/cucumber/cucumber-ruby-core/pull/259) [#262](https://github.com/cucumber/cucumber-ruby-core/pull/262) [#268](https://github.com/cucumber/cucumber-ruby-core/pull/268) [#274](https://github.com/cucumber/cucumber-ruby-core/pull/274))
17+
([#259](https://github.com/cucumber/cucumber-ruby-core/pull/259) [#262](https://github.com/cucumber/cucumber-ruby-core/pull/262) [#268](https://github.com/cucumber/cucumber-ruby-core/pull/268) [#274](https://github.com/cucumber/cucumber-ruby-core/pull/274))
1618
- In all `Summary` and `Result` classes, changed the `strict` argument into a keyword argument
17-
See upgrading notes for [13.0.0.md](upgrading_notes/13.0.0.md#upgrading-to-1300)
18-
([#261](https://github.com/cucumber/cucumber-ruby-core/pull/261))
19+
See upgrading notes for [13.0.0.md](upgrading_notes/13.0.0.md#upgrading-to-1300)
20+
([#261](https://github.com/cucumber/cucumber-ruby-core/pull/261))
1921
- Permit usage of gherkin v27
2022

2123
### Fixed
@@ -30,7 +32,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
3032
- Added in new rubocop sub-gems for testing, pinning versions where appropriate
3133
- Removed all redundant / incorrect rubocop config overrides (Placed in TODO file)
3234
- Began to refactor the repo by initially fixing up a bunch of rubocop auto-fix offenses (See PRs for details)
33-
([#257](https://github.com/cucumber/cucumber-ruby-core/pull/257) [#258](https://github.com/cucumber/cucumber-ruby-core/pull/258))
35+
([#257](https://github.com/cucumber/cucumber-ruby-core/pull/257) [#258](https://github.com/cucumber/cucumber-ruby-core/pull/258))
3436

3537
### Removed
3638
- Remove support for ruby 2.4 and below. 2.5 or higher is required now
@@ -46,7 +48,8 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
4648
### Changed
4749
- Updated `cucumber-gherkin` and `cucumber-messages`
4850

49-
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v12.0.0...HEAD
51+
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.0...HEAD
52+
[13.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v12.0.0...v13.0.0
5053
[12.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v11.1.0...v12.0.0
5154
[11.1.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v11.0.0...v11.1.0
5255
[11.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v10.1.1...v11.0.0

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.0
1+
13.0.0

0 commit comments

Comments
 (0)