Skip to content

Commit c8251e2

Browse files
committedNov 12, 2019
Bump version to 13.0.1
1 parent 8edd860 commit c8251e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎History.rdoc

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=== 13.0.1
2+
3+
==== Bug fixes
4+
5+
* Fixed bug: Reenabled task raises previous exception on second invokation
6+
Pull Request #271 by thorsteneckel
7+
* Fix an incorrectly resolved arg pattern
8+
Pull Request #327 by mjbellantoni
9+
110
=== 13.0.0
211

312
==== Enhancements

‎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 = "13.0.0"
3+
VERSION = "13.0.1"
44

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

0 commit comments

Comments
 (0)