Skip to content

Commit

Permalink
Bump version to v12.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 7, 2018
1 parent f0a897e commit ff4bb1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
=== 12.3.2

==== Bug fixes

* Fixed test fails caused by 2.6 warnings.
Pull Request #297 by hsbt

==== Enhancements:

* Rdoc improvements.
Pull Request #293 by colby-swandale
* Improve multitask performance.
Pull Request #273 by jsm
* Add alias `prereqs`.
Pull Request #268 by take-cheeze

=== 12.3.1

==== Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Rake
VERSION = "12.3.1"
VERSION = "12.3.2"

module Version # :nodoc: all
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."
Expand Down

0 comments on commit ff4bb1e

Please sign in to comment.