Skip to content

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed Jan 18, 2023
1 parent fceebc9 commit 47c155b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.2.2 / 2023-01-18

* Bugfix release: set Nokogiri default XHTML conversion options more relaibly. See https://github.com/sparklemotion/nokogiri/issues/2761


# 5.2.1 / 2022-09-13

* Fixed: 'controls' attribute in audio and video tags should not be sanitized. #430 (@dometto)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ task :release => :build do
Rake::Task[:changelog].execute
sh "git commit --allow-empty -a -m 'Release #{version}'"
sh "git pull --rebase origin master"
sh "git tag v#{version}"
sh "git tag -n v#{version}"
sh "git push origin master"
sh "git push origin v#{version}"
sh "gem push pkg/#{name}-#{version}.gem"
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.1'
VERSION = '5.2.2'
end
end

0 comments on commit 47c155b

Please sign in to comment.