1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Preparing v3.10.2

This commit is contained in:
Matt Brictson 2018-04-15 16:26:11 -07:00
parent a98c4d8d39
commit 92bfd11568
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF
2 changed files with 13 additions and 2 deletions

View file

@ -16,9 +16,20 @@ gem "capistrano", github: "capistrano/capistrano", require: false
## [master]
[master]: https://github.com/capistrano/capistrano/compare/v3.10.1...HEAD
[master]: https://github.com/capistrano/capistrano/compare/v3.10.2...HEAD
* Your contribution here!
## [`3.10.2`] (2018-04-15)
[`3.10.2`]: https://github.com/capistrano/capistrano/compare/v3.10.1...v3.10.2
### Breaking changes:
* None
### Fixes:
* [#1977](https://github.com/capistrano/capistrano/pull/1977): Remove append operator when writing the git file - [@mmiller1](https://github.com/mmiller1)
## [`3.10.1`] (2017-12-08)

View file

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