Skip to content

Commit

Permalink
bump version to 12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 22, 2018
1 parent 35c18fe commit c963dc0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
=== 12.3.1

==== Bug fixes

* Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
Pull request #262 by FUJI Goro.

==== Enhancements:

* Don't run task if it depends on already invoked but failed task.
Pull request #252 by Gonzalo Rodriguez.
* Make space trimming consistent for all task arguments.
Pull request #259 by Gonzalo Rodriguez.
* Removes duplicated inclusion of Rake::DSL in tests.
Pull request #254 by Gonzalo Rodriguez.
* Re-raise a LoadError that didn't come from require in the test loader.
Pull request #250 by Dylan Thacker-Smith.

=== 12.3.0

==== Compatibility Changes
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.0"
VERSION = "12.3.1"

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

0 comments on commit c963dc0

Please sign in to comment.