From 1454cafab4c4918c92d0c80cb2e21b249c128b34 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Mon, 13 Mar 2023 13:34:45 +0100 Subject: [PATCH] Release 5.2.3 --- HISTORY.md | 6 ++++++ LATEST_CHANGES.md | 4 ++-- gemspec.rb | 1 + lib/gollum-lib/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 04190a13..36dec628 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# 5.2.3 / 2023-03-13 + +* Bugfix release: update adapter dependencies for Ruby 3.2 support. + + + # 5.2.2 / 2023-01-18 * Bugfix release: set Nokogiri default XHTML conversion options more relaibly. See https://github.com/sparklemotion/nokogiri/issues/2761 diff --git a/LATEST_CHANGES.md b/LATEST_CHANGES.md index deeaec95..177740a9 100644 --- a/LATEST_CHANGES.md +++ b/LATEST_CHANGES.md @@ -1,4 +1,4 @@ -# 5.2.2 / 2023-01-18 +# 5.2.3 / 2023-03-13 -* Bugfix release: set Nokogiri default XHTML conversion options more reliably. See https://github.com/sparklemotion/nokogiri/issues/2761 +* Bugfix release: update adapter dependencies for Ruby 3.2 support. diff --git a/gemspec.rb b/gemspec.rb index 3c9c1ef1..16492e7e 100644 --- a/gemspec.rb +++ b/gemspec.rb @@ -56,6 +56,7 @@ def specification(version, default_adapter, platform = nil) Gemfile Guardfile HISTORY.md + LATEST_CHANGES.md LICENSE README.md Rakefile diff --git a/lib/gollum-lib/version.rb b/lib/gollum-lib/version.rb index 14e9b9ae..84c589de 100644 --- a/lib/gollum-lib/version.rb +++ b/lib/gollum-lib/version.rb @@ -1,5 +1,5 @@ module Gollum module Lib - VERSION = '5.2.2' + VERSION = '5.2.3' end end