Skip to content

Commit

Permalink
Debug/v3 (#566)
Browse files Browse the repository at this point in the history
* Prepare release v3.0.0

Created-by: polyglot-release v1.3.2

* Manual alteration / downgrade from v3 to v3.0.0.rc.1
  • Loading branch information
luke-hill committed Sep 25, 2023
1 parent 6b0cc09 commit d80e9f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This file is intended to be modified using the [`changelog`](github.com/cucumber/changelog) command-line tool.

## [Unreleased]

## [3.0.0.rc.1] - 2023-09-15
### Removed
- Removed runtime dependencies: `mime-types`, `rexml`, and `webrick` [#559](https://github.com/cucumber/cucumber-rails/pull/559)

- Removed support for Ruby 2.5 [#558](https://github.com/cucumber/cucumber-rails/pull/558)

- Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) [#565](https://github.com/cucumber/cucumber-rails/pull/565)

## [2.6.1] - 2022-10-12
Expand All @@ -23,6 +23,7 @@ This file is intended to be modified using the [`changelog`](github.com/cucumber
### Changed
- New release process. Older releases are in [this changelog](./CHANGELOG.old.md).

[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...main
[3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
[v2.6.0]: ./CHANGELOG.old.md
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
3.0.0.rc.1

0 comments on commit d80e9f1

Please sign in to comment.