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:
parent
a98c4d8d39
commit
92bfd11568
2 changed files with 13 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.10.1".freeze
|
||||
VERSION = "3.10.2".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue