mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing v3.11.1
This commit is contained in:
parent
96fdb4c8c5
commit
28205f45e4
2 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,12 @@ gem "capistrano", github: "capistrano/capistrano", require: false
|
|||
[master]: https://github.com/capistrano/capistrano/compare/v3.11.0...HEAD
|
||||
|
||||
* Your contribution here!
|
||||
* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup. [@azin634](https://github.com/azin634)
|
||||
|
||||
## [`3.11.1`] (2019-08-29)
|
||||
|
||||
* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup to fix an error when there are too many old releases [@azin634](https://github.com/azin634)
|
||||
|
||||
[`3.11.1`]: https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1
|
||||
|
||||
## [`3.11.0`] (2018-06-02)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.11.0".freeze
|
||||
VERSION = "3.11.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue