From 9b1fee340da374a0547228324a38085bdaa2022a Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 4 Nov 2024 00:26:09 +0000 Subject: [PATCH] v2.0.0 --- Changelog.md | 2 +- lib/rspec/its/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 54161b5..9488cb1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 2.0.0.pre +### 2.0.0 / 2024-11-04 Version 2.0.0 drops support for Ruby below 3, and changes the supported RSpec version to "main" and current release series. (At the time of writing this is 3.13.x, but it means the current supported release only). diff --git a/lib/rspec/its/version.rb b/lib/rspec/its/version.rb index 50ec6d0..899df5a 100644 --- a/lib/rspec/its/version.rb +++ b/lib/rspec/its/version.rb @@ -2,6 +2,6 @@ module RSpec module Its - VERSION = '2.0.0.pre' + VERSION = '2.0.0' end end