From f7c7e7613a70c40b7b276bd49bc5e55f5ebaf56a Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Fri, 26 Feb 2021 16:10:24 +0100 Subject: [PATCH] releasing 0.0.21, ready for Ruby 3. :sunset: --- CHANGES.md | 5 +++++ lib/trailblazer/developer/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e5e3074..fd133aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ +# 0.0.21 + +* Ruby 3.0 support. :sunset: + # 0.0.20 + * Ruby 2.7 support # 0.0.17 diff --git a/lib/trailblazer/developer/version.rb b/lib/trailblazer/developer/version.rb index 619dd63..09a3a31 100644 --- a/lib/trailblazer/developer/version.rb +++ b/lib/trailblazer/developer/version.rb @@ -1,7 +1,7 @@ module Trailblazer module Version module Developer - VERSION = "0.0.20" + VERSION = "0.0.21" end end end