Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a9da4b

Browse files
committedNov 14, 2023
Prepare release v9.1.0
Created-by: polyglot-release v1.3.2
1 parent c99844e commit 2a9da4b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed
 

Diff for: ‎CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@ 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+
13+
## [9.1.0] - 2023-11-14
1214
### Added
1315

1416
### Changed
1517
- First couple of passes of tidying up approximately 40% of the manual fix cops
16-
([#1739](https://github.com/cucumber/cucumber-ruby/pull/1739) [#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [#1741](https://github.com/cucumber/cucumber-ruby/pull/1741) [#1742](https://github.com/cucumber/cucumber-ruby/pull/1742) [luke-hill](https://github.com/luke-hill))
18+
([#1739](https://github.com/cucumber/cucumber-ruby/pull/1739) [#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [#1741](https://github.com/cucumber/cucumber-ruby/pull/1741) [#1742](https://github.com/cucumber/cucumber-ruby/pull/1742) [luke-hill](https://github.com/luke-hill))
1719
- Removed a bunch of example files / sample projects from ancient projects no longer viable
18-
([#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [luke-hill](https://github.com/luke-hill))
20+
([#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [luke-hill](https://github.com/luke-hill))
1921
- When a `testStepResult` is of type `FAILED` we now pass in a new (Exception), message property
20-
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
22+
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
2123
- `ParameterType` message now contains a new (sourceReference), property
22-
(This contains a uri string and a `Location` message -> for where the ParameterType `transformer` is located) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
24+
(This contains a uri string and a `Location` message -> for where the ParameterType `transformer` is located) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
2325
- `#attach` now can take an optional filename parameter which will rename attachments like PDF's
24-
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
26+
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
2527

2628
### Fixed
2729
- Clear up a couple of tiny "nuances" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable)
28-
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
30+
([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
2931

3032
### Removed
3133
- Removed a variety of overrides / hacks for travis CI (No longer in use) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
@@ -125,7 +127,8 @@ can use the immutable versions instead: `DataTable#map_column` and
125127
([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590))
126128
- Removed support for Ruby 2.5 and JRuby 9.2.
127129

128-
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.2...HEAD
130+
[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...HEAD
131+
[9.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.2...v9.1.0
129132
[9.0.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.1...v9.0.2
130133
[9.0.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.0...v9.0.1
131134
[9.0.0]: https://github.com/cucumber/cucumber-ruby/compare/v8.0.0...v9.0.0

Diff for: ‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.2
1+
9.1.0

0 commit comments

Comments
 (0)
Please sign in to comment.