Skip to content

Commit

Permalink
Bump version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoc committed Nov 4, 2022
1 parent 49c793d commit d76c6dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [4.4.0] - 2022-11-04

### Added

- Add CukeModeler as Gherkin abstraction layer [[GH-244](https://github.com/jnicklas/turnip/pull/244)]
- Send step notifications and add metadata for RSpec reporter [[GH-249](https://github.com/jnicklas/turnip/pull/249)]

### Fixed

- Add "missing step" context when raising error for unimplemented steps [[GH-240](https://github.com/jnicklas/turnip/pull/240)]
- Support rspec 3.11 and 3.12 and deprecate EOL rubies [[GH-250](https://github.com/jnicklas/turnip/pull/250)]

## [4.3.0] - 2021-05-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/turnip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Turnip
VERSION = '4.3.0'
VERSION = '4.4.0'
end

0 comments on commit d76c6dd

Please sign in to comment.