mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing Release 3.0.0.pre13
This commit is contained in:
parent
c96314d4b4
commit
6789ee6dd7
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
Reverse Chronological Order:
|
Reverse Chronological Order:
|
||||||
|
|
||||||
|
## `3.0.0.pre13`
|
||||||
|
|
||||||
|
* Fixed typos in the Capfile. (@teohm)
|
||||||
|
* Allow setting SSH options globally. (@korin)
|
||||||
|
* Change the flow (and hooks) see http://www.capistranorb.com/documentation/getting-started/flow/ for more information. Requires min SSHKit 0.0.34 (@teohm)
|
||||||
|
* Fix sorting releases in lexicographical order (@teohm)
|
||||||
|
|
||||||
## `3.0.0.pre12`
|
## `3.0.0.pre12`
|
||||||
|
|
||||||
* `capistrano/bundler` now runs bundle on all roles, this addresses the same
|
* `capistrano/bundler` now runs bundle on all roles, this addresses the same
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Capistrano
|
module Capistrano
|
||||||
VERSION = "3.0.0.pre12"
|
VERSION = "3.0.0.pre13"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue