Skip to content

Commit

Permalink
Prepare release v7.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 10, 2023
1 parent f1b6810 commit 349f741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

## [Unreleased]

## [7.0.0] - 2023-11-10
### Added

### Changed
- Minimum ruby version is now 2.6 ([#68](https://github.com/cucumber/cucumber-ruby-wire/pull/68))
- Compatibility with cucumber versions up to cucumber 9.x now added ([#68](https://github.com/cucumber/cucumber-ruby-wire/pull/68))

### Added

### Fixed
- Fixed up some basic style incompatibilities with old rspec tests ([#68](https://github.com/cucumber/cucumber-ruby-wire/pull/68))

Expand All @@ -33,7 +34,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
## [6.1.1] - 2021-08-27
### Changed
- Use the new `InstallPlugin` hook rather than `AfterConfiguration`.
([#52](https://github.com/cucumber/cucumber-ruby-wire/pull/52))
([#52](https://github.com/cucumber/cucumber-ruby-wire/pull/52))

## [6.1.0] - 2021-08-09
### Added
Expand All @@ -55,7 +56,8 @@ do so, use `Cucumber::Wire::Plugin.installed?`.
This brings breaking changes because of internal changes in Cucumber::Messages.
([#44](https://github.com/cucumber/cucumber-ruby-wire/pull/44))

[Unreleased]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.2.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-ruby-wire/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.2.1...v7.0.0
[6.2.1]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.2.0...v6.2.1
[6.2.0]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.1.0...v6.1.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
7.0.0

0 comments on commit 349f741

Please sign in to comment.