Skip to content

Commit ab83552

Browse files
committed
bump version to 13.0.0.pre.1
1 parent d10b19e commit ab83552

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: History.rdoc

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
=== 13.0.0.pre.1
2+
3+
==== Enhancements
4+
5+
* Follows recent changes on keyword arguments in ruby 2.7.
6+
Pull Request #326 by nobu
7+
* Make `PackageTask` be able to omit parent directory while packing files
8+
Pull Request #310 by tonytonyjan
9+
* Add order only dependency
10+
Pull Request #269 by take-cheeze
11+
12+
==== Compatibility changes
13+
14+
* Drop old ruby versions(< 2.2)
15+
116
=== 12.3.3
217

318
==== Bug fixes

Diff for: lib/rake/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Rake
3-
VERSION = "12.3.3"
3+
VERSION = "13.0.0.pre.1"
44

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

0 commit comments

Comments
 (0)