From 38606ba403779fb18ad9c139eb12234aaa1d172d Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sat, 25 Dec 2021 23:05:29 +0100 Subject: [PATCH] chore: prepare 4.8 release --- Gemfile.lock | 2 +- doc/RELEASE-NOTES | 4 ++++ lib/wikitext/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e82bbf..a748dc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - wikitext (4.7) + wikitext (4.8) GEM remote: https://rubygems.org/ diff --git a/doc/RELEASE-NOTES b/doc/RELEASE-NOTES index d1d0c2a..69e9c82 100644 --- a/doc/RELEASE-NOTES +++ b/doc/RELEASE-NOTES @@ -6,6 +6,10 @@ require any user or developer action are generally not included in these release notes. For a full listing of all changes see the source code repository at: http://git.wincent.com. += Changes in 4.8 + +* add official support for Ruby 3.1.x + = Changes in 4.7 * add official support for Ruby 3.0.x diff --git a/lib/wikitext/version.rb b/lib/wikitext/version.rb index ab9c60c..a7936ed 100644 --- a/lib/wikitext/version.rb +++ b/lib/wikitext/version.rb @@ -22,5 +22,5 @@ # POSSIBILITY OF SUCH DAMAGE. module Wikitext - VERSION = '4.7' + VERSION = '4.8' end # module Wikitext