mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing v3.10.1
This commit is contained in:
parent
cb25fa9b41
commit
769ec864c2
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -16,10 +16,18 @@ gem "capistrano", :github => "capistrano/capistrano"
|
|||
|
||||
## [master]
|
||||
|
||||
[master]: https://github.com/capistrano/capistrano/compare/v3.10.0...HEAD
|
||||
[master]: https://github.com/capistrano/capistrano/compare/v3.10.1...HEAD
|
||||
|
||||
* Your contribution here!
|
||||
|
||||
## [`3.10.1`] (2017-12-08)
|
||||
|
||||
[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1
|
||||
|
||||
### Breaking changes:
|
||||
|
||||
* None
|
||||
|
||||
### Fixes:
|
||||
|
||||
* [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host filtering when multi-host strings contain `0`
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.10.0".freeze
|
||||
VERSION = "3.10.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue