Skip to content

Commit

Permalink
bump version to 13.0.0.pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 9, 2019
1 parent d10b19e commit ab83552
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== 13.0.0.pre.1

==== Enhancements

* Follows recent changes on keyword arguments in ruby 2.7.
Pull Request #326 by nobu
* Make `PackageTask` be able to omit parent directory while packing files
Pull Request #310 by tonytonyjan
* Add order only dependency
Pull Request #269 by take-cheeze

==== Compatibility changes

* Drop old ruby versions(< 2.2)

=== 12.3.3

==== 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.3.3"
VERSION = "13.0.0.pre.1"

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

0 comments on commit ab83552

Please sign in to comment.