Skip to content

Commit

Permalink
4.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasiler committed May 24, 2016
1 parent 2ac9f74 commit f1c3076
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 4.3.2 / May 23rd, 2016

* Fix additional case for CVE-2012-6684 [Joshua Siler]

== 4.3.1 / May 17th, 2016

* Fix additional case for CVE-2012-6684 [Joshua Siler]
Expand Down
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RedCloth
module VERSION
MAJOR = 4
MINOR = 3
TINY = 1
TINY = 2
# RELEASE_CANDIDATE = 0

STRING = [MAJOR, MINOR, TINY].compact.join('.')
Expand Down
4 changes: 2 additions & 2 deletions tasks/release.rake
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace :release do
desc 'Push all gems to rubygems.org'
# git tag and push tag
# git tag vx.x.x
# git push --follow-tags
# branch into stable vx.x branch
# change version in version.rb
# update changelog
# run rake test

task :gem do
puts "Did you git tag and git push the tag for this release yet?"
#sh("rm *.gem")
sh("gem build redcloth.gemspec")
sh("gem push RedCloth-*.gem")
end
Expand Down

0 comments on commit f1c3076

Please sign in to comment.