mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing v3.7.1
This commit is contained in:
parent
8fb76ea7b9
commit
bdcc14b8e5
2 changed files with 14 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -4,10 +4,21 @@ Reverse Chronological Order:
|
||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
https://github.com/capistrano/capistrano/compare/v3.7.0...HEAD
|
https://github.com/capistrano/capistrano/compare/v3.7.1...HEAD
|
||||||
|
|
||||||
* Your contribution here!
|
* Your contribution here!
|
||||||
* Fixed a bug with mercurial deploys trying to use an undefined variable
|
|
||||||
|
## `3.7.1` (2016-12-16)
|
||||||
|
|
||||||
|
https://github.com/capistrano/capistrano/compare/v3.7.0...v3.7.1
|
||||||
|
|
||||||
|
### Potentially breaking changes:
|
||||||
|
|
||||||
|
* None
|
||||||
|
|
||||||
|
### Fixes:
|
||||||
|
|
||||||
|
* Fixed a bug with mercurial deploys failing due to an undefined variable
|
||||||
|
|
||||||
## `3.7.0` (2016-12-10)
|
## `3.7.0` (2016-12-10)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Capistrano
|
module Capistrano
|
||||||
VERSION = "3.7.0".freeze
|
VERSION = "3.7.1".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue