From 08a82f3618425eae7539e2bbd34a87e35bac2800 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Mon, 27 Jun 2016 12:07:18 +0200 Subject: [PATCH] Preparing v2.15.9 --- CHANGELOG | 14 ++++++++++++++ lib/capistrano/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 00cb2ab6..c59106bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +## 2.15.9 + +* Continue if `HOSTROLEFILTER=` is set +* Don't treat `run()` as a parallel task in logging + +## 2.15.8 / May 30, 2016 + +* Empty release bump + +## 2.15.7 / May 30, 2016 + +* Fix subversion authentication arguments +* Fix rescue block for asset_manifest_prefix + ## 2.15.6 / June 17 2015 * Handle new Sprockets manifest name (@skaes) diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 73e8779e..fdaca551 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -2,7 +2,7 @@ module Capistrano class Version MAJOR = 2 MINOR = 15 - PATCH = 7 + PATCH = 9 def self.to_s "#{MAJOR}.#{MINOR}.#{PATCH}"