mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing v2.15.9
This commit is contained in:
parent
ed370e7b08
commit
08a82f3618
2 changed files with 15 additions and 1 deletions
14
CHANGELOG
14
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)
|
||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
|||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 15
|
||||
PATCH = 7
|
||||
PATCH = 9
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Reference in a new issue