Skip to content

Commit d80e9f1

Browse files
authored
Debug/v3 (#566)
* Prepare release v3.0.0 Created-by: polyglot-release v1.3.2 * Manual alteration / downgrade from v3 to v3.0.0.rc.1
1 parent 6b0cc09 commit d80e9f1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
This file is intended to be modified using the [`changelog`](github.com/cucumber/changelog) command-line tool.
99

1010
## [Unreleased]
11+
12+
## [3.0.0.rc.1] - 2023-09-15
1113
### Removed
1214
- Removed runtime dependencies: `mime-types`, `rexml`, and `webrick` [#559](https://github.com/cucumber/cucumber-rails/pull/559)
13-
1415
- Removed support for Ruby 2.5 [#558](https://github.com/cucumber/cucumber-rails/pull/558)
15-
1616
- 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)
1717

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

26-
[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
27-
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
26+
[Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...main
27+
[3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
28+
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
2829
[v2.6.0]: ./CHANGELOG.old.md

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
3.0.0.rc.1

0 commit comments

Comments
 (0)