Skip to content

Commit

Permalink
Prepare release v14.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
luke-hill committed Nov 1, 2023
1 parent 5fd5248 commit 16e6436
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [14.0.0] - 2023-11-01
### Changed
- [Ruby] Optimised the `MessageComparator` class and the feature detection methods ([#84](https://github.com/cucumber/compatibility-kit/pull/84))
- Completely re-wrote the `hooks` and `rules` scenarios to more closely mimic what they should be testing ([#78](https://github.com/cucumber/compatibility-kit/pull/78) [#76](https://github.com/cucumber/compatibility-kit/pull/76))

### Fixed
- Reconciled the `attachment`, `cdata`, `parameter-types` and `pending` scenarios
([#69](https://github.com/cucumber/compatibility-kit/pull/69) [#68](https://github.com/cucumber/compatibility-kit/pull/68) [#74](https://github.com/cucumber/compatibility-kit/pull/74) [#77](https://github.com/cucumber/compatibility-kit/pull/77))
([#69](https://github.com/cucumber/compatibility-kit/pull/69) [#68](https://github.com/cucumber/compatibility-kit/pull/68) [#74](https://github.com/cucumber/compatibility-kit/pull/74) [#77](https://github.com/cucumber/compatibility-kit/pull/77))

## [13.0.2] - 2023-10-24
### Changed
Expand Down Expand Up @@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v13.0.2...HEAD
[Unreleased]: https://github.com/cucumber/compatibility-kit/compare/v14.0.0...HEAD
[14.0.0]: https://github.com/cucumber/compatibility-kit/compare/v13.0.2...v14.0.0
[13.0.2]: https://github.com/cucumber/compatibility-kit/compare/v13.0.1...v13.0.2
[13.0.1]: https://github.com/cucumber/compatibility-kit/compare/v13.0.0...v13.0.1
[13.0.0]: https://github.com/cucumber/compatibility-kit/compare/v12.0.0...v13.0.0
Expand Down
4 changes: 2 additions & 2 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/compatibility-kit",
"version": "13.0.2",
"version": "14.0.0",
"description": "Test data used to validate a Cucumber implementation",
"files": [
"features"
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.0.2
14.0.0

0 comments on commit 16e6436

Please sign in to comment.