Skip to content

Commit

Permalink
Merge pull request capistrano#87 from jaredbeck/patch-1
Browse files Browse the repository at this point in the history
Encourage people to upgrade to 1.2.0
  • Loading branch information
mattbrictson authored Oct 4, 2016
2 parents cb0d4e4 + 252949c commit 60ca041
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

# [1.2.0][] (1 Oct 2016)

* Added a `bundle clean` task. There are no default hooks for it.
Breaking changes

* None

Added

* A `bundle clean` task. There are no default hooks for it.
* Use `bundle check` to check if we can skip `bundle install`
* Run `bundle:install` on rollback (`deploy:reverted`)
* You can now `require "capistrano/bundler/tasks"` to load the tasks only without the hooks
Expand Down

0 comments on commit 60ca041

Please sign in to comment.