Skip to content

Commit ff4bb1e

Browse files
committed
Bump version to v12.3.2
1 parent f0a897e commit ff4bb1e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

History.rdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
=== 12.3.2
2+
3+
==== Bug fixes
4+
5+
* Fixed test fails caused by 2.6 warnings.
6+
Pull Request #297 by hsbt
7+
8+
==== Enhancements:
9+
10+
* Rdoc improvements.
11+
Pull Request #293 by colby-swandale
12+
* Improve multitask performance.
13+
Pull Request #273 by jsm
14+
* Add alias `prereqs`.
15+
Pull Request #268 by take-cheeze
16+
117
=== 12.3.1
218

319
==== Bug fixes

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.1"
3+
VERSION = "12.3.2"
44

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

0 commit comments

Comments
 (0)