1
0
Fork 0
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:
Lee Hambley 2013-07-14 21:24:40 +02:00
parent c96314d4b4
commit 6789ee6dd7
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
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`
* `capistrano/bundler` now runs bundle on all roles, this addresses the same

View file

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.0.0.pre12"
VERSION = "3.0.0.pre13"
end