mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Bump Capistrano::Version to 2.14.0
This commit is contained in:
parent
3100b9118b
commit
0d76734eec
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
## 2.13.5 (tentative) / October 26 2012
|
||||
## 2.14.0 / January 9 2013
|
||||
|
||||
* Removed ui.output_cols limit of 80 chars (@aussielunix)
|
||||
* Added :p4charset variable for Perforce command line (@randyinla)
|
||||
* Added support for rolling back assets, and removing expired assets (@ndbroadbent)
|
||||
* Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since it does much more than just colors
|
||||
(@ndbroadbent)
|
||||
* Use more intelligence in setting the :scm variable based on known version control directory names (@czarneckid)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module Capistrano
|
||||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 13
|
||||
PATCH = 5
|
||||
MINOR = 14
|
||||
PATCH = 0
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Reference in a new issue