Skip to content

Commit

Permalink
Bump version to rake-12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 15, 2017
1 parent eb2e347 commit 6258ad5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== 12.3.0

==== Compatibility Changes

* Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already
removed to support for Ruby 1.9.x.

=== Enhancements:

* Support `test-bundled-gems` task on ruby core.

=== 12.2.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.2.1"
VERSION = "12.3.0"

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

0 comments on commit 6258ad5

Please sign in to comment.