Skip to content

Commit 6258ad5

Browse files
committed
Bump version to rake-12.3.0
1 parent eb2e347 commit 6258ad5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
=== 12.3.0
2+
3+
==== Compatibility Changes
4+
5+
* Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already
6+
removed to support for Ruby 1.9.x.
7+
8+
=== Enhancements:
9+
10+
* Support `test-bundled-gems` task on ruby core.
11+
112
=== 12.2.1
213

314
==== 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.2.1"
3+
VERSION = "12.3.0"
44

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

0 commit comments

Comments
 (0)