From 8272ef92902329d2d29bb5ba2b29cd431523478f Mon Sep 17 00:00:00 2001 From: Wataru MIYAGUNI Date: Sun, 16 May 2021 14:04:23 +0900 Subject: [PATCH] Bump version to 4.3.0 --- CHANGELOG.md | 11 +++++++++++ lib/turnip/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60af68e..eecc5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [4.3.0] - 2021-05-16 + +### Added + +- Support scenario name substitution [[GH-237](https://github.com/jnicklas/turnip/pull/237)] + +### Fixed + +- Support RSpec 3.9 and 3.10 (drop 3.7 and 3.8) [[GH-238](https://github.com/jnicklas/turnip/pull/238)] +- Replace TravisCI with GitHub Workflows [[GH-239](https://github.com/jnicklas/turnip/pull/239)] + ## [4.2.0] - 2020-09-02 ### Changed diff --git a/lib/turnip/version.rb b/lib/turnip/version.rb index b661663..5d22c60 100644 --- a/lib/turnip/version.rb +++ b/lib/turnip/version.rb @@ -1,3 +1,3 @@ module Turnip - VERSION = '4.2.0' + VERSION = '4.3.0' end