From d76c6ddf99022c44ed6ab3cf4be23dc7c3d077fb Mon Sep 17 00:00:00 2001 From: Arthur Leonard Andersen Date: Fri, 4 Nov 2022 11:46:09 +0100 Subject: [PATCH] Bump version to 4.4.0 --- CHANGELOG.md | 12 ++++++++++++ lib/turnip/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eecc5cd..d14a582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/turnip/version.rb b/lib/turnip/version.rb index 5d22c60..bb67aed 100644 --- a/lib/turnip/version.rb +++ b/lib/turnip/version.rb @@ -1,3 +1,3 @@ module Turnip - VERSION = '4.3.0' + VERSION = '4.4.0' end