Preparing v2.15.9

This commit is contained in:
Lee Hambley 2016-06-27 12:07:18 +02:00
parent ed370e7b08
commit 08a82f3618
2 changed files with 15 additions and 1 deletions

View File

@ -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)

View File

@ -2,7 +2,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 15
PATCH = 7
PATCH = 9
def self.to_s
"#{MAJOR}.#{MINOR}.#{PATCH}"