From 29a3949faca43b8f6b94967160bf1ec429b1113b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 8 Jul 2021 17:58:47 +0900 Subject: [PATCH] Bump version to v13.0.5 --- History.rdoc | 5 +++++ lib/rake/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index 5a1a50aa5..685f8897c 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,8 @@ +=== 13.0.5 + +* Fixed the regression of #388 + Pull request #389 by hsbt + === 13.0.4 * Fix rake test loader swallowing useful error information. diff --git a/lib/rake/version.rb b/lib/rake/version.rb index fed2e5b19..d1cbdc2a7 100644 --- a/lib/rake/version.rb +++ b/lib/rake/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Rake - VERSION = "13.0.4" + VERSION = "13.0.5" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."