Skip to content

Commit 2c14e4f

Browse files
committed
Prepare release v13.0.1
Created-by: polyglot-release v1.3.2
1 parent 0259540 commit 2c14e4f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ 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-
### Fixed
13-
- The `Passed` `Result` class was missing the strict keyword argument handling
1412

13+
## [13.0.1] - 2024-01-31
1514
### Changed
1615
- Fixed up a few styling / layout cops in the tests
1716

17+
### Fixed
18+
- The `Passed` `Result` class was missing the strict keyword argument handling
19+
1820
## [13.0.0] - 2023-12-05
1921
### Changed
2022
- Now using a 2-tiered changelog to avoid any bugs when using polyglot-release
@@ -53,7 +55,8 @@ See upgrading notes for [13.0.0.md](upgrading_notes/13.0.0.md#upgrading-to-1300)
5355
### Changed
5456
- Updated `cucumber-gherkin` and `cucumber-messages`
5557

56-
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.0...HEAD
58+
[Unreleased]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.1...HEAD
59+
[13.0.1]: https://github.com/cucumber/cucumber-ruby-core/compare/v13.0.0...v13.0.1
5760
[13.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v12.0.0...v13.0.0
5861
[12.0.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v11.1.0...v12.0.0
5962
[11.1.0]: https://github.com/cucumber/cucumber-ruby-core/compare/v11.0.0...v11.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.0.0
1+
13.0.1

0 commit comments

Comments
 (0)