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

Preparing Release v3.2.1

This commit is contained in:
Lee Hambley 2014-04-22 08:35:18 +02:00
parent b586c2d28e
commit 162cc1d9ed
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,13 @@ Reverse Chronological Order:
https://github.com/capistrano/capistrano/compare/v3.2.0...HEAD
## `3.2.1`
* Bug Fixes:
* 3.2.0 introduced some behaviour to modify the way before/after hooks were called, to allow the optional
preservation of arguments to be passed to tasks. This release reverts that commit in order to restore
original functionality, and fix (fairly serious) bugs introduced by the refactoring.
* Minor changes:
* Update dsl#local_user method and add test for it. (@bruno-)
* Revert short sha1 revision with git. (@blaugueux)

View file

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.2.0"
VERSION = "3.2.1"
end