1
0
Fork 0
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:
Matt Brictson 2017-12-08 10:44:50 -08:00
parent cb25fa9b41
commit 769ec864c2
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF
2 changed files with 10 additions and 2 deletions

View file

@ -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`

View file

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.10.0".freeze
VERSION = "3.10.1".freeze
end