Skip to content

Commit c963dc0

Browse files
committed
bump version to 12.3.1
1 parent 35c18fe commit c963dc0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

History.rdoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
=== 12.3.1
2+
3+
==== Bug fixes
4+
5+
* Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
6+
Pull request #262 by FUJI Goro.
7+
8+
==== Enhancements:
9+
10+
* Don't run task if it depends on already invoked but failed task.
11+
Pull request #252 by Gonzalo Rodriguez.
12+
* Make space trimming consistent for all task arguments.
13+
Pull request #259 by Gonzalo Rodriguez.
14+
* Removes duplicated inclusion of Rake::DSL in tests.
15+
Pull request #254 by Gonzalo Rodriguez.
16+
* Re-raise a LoadError that didn't come from require in the test loader.
17+
Pull request #250 by Dylan Thacker-Smith.
18+
119
=== 12.3.0
220

321
==== Compatibility Changes

lib/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Rake
3-
VERSION = "12.3.0"
3+
VERSION = "12.3.1"
44

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

0 commit comments

Comments
 (0)