Skip to content

Commit

Permalink
Release 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed Mar 13, 2023
1 parent 1a2db40 commit 1454caf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions LATEST_CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def specification(version, default_adapter, platform = nil)
Gemfile
Guardfile
HISTORY.md
LATEST_CHANGES.md
LICENSE
README.md
Rakefile
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum-lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Gollum
module Lib
VERSION = '5.2.2'
VERSION = '5.2.3'
end
end

0 comments on commit 1454caf

Please sign in to comment.