From c2eeae2fe2b67170472a1441ebf84d3a238c3361 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 21 Dec 2020 11:12:05 +0900 Subject: [PATCH] Bump version to 13.0.3 --- History.rdoc | 7 ++++++- lib/rake/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.rdoc b/History.rdoc index 0bd376a9d..99b863e1d 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,9 @@ -=== 13.0.1 +=== 13.0.3 + +* Fix breaking change of execution order on TestTask. + Pull request #368 by ysakasin + +=== 13.0.2 ==== Enhancements diff --git a/lib/rake/version.rb b/lib/rake/version.rb index 5438d3cb6..3d4c5aec9 100644 --- a/lib/rake/version.rb +++ b/lib/rake/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Rake - VERSION = "13.0.2" + VERSION = "13.0.3" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."