Skip to content

Commit

Permalink
Preparing v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 1, 2016
1 parent 04bebbb commit 7c17a99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,13 @@
(master)
# [Unreleased][] (master)

* Your contribution here!

# [1.2.0][] (30 Sep 2016)

* 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

# 1.1.4 (22 Jan 2015)

Expand Down Expand Up @@ -35,3 +40,6 @@
# 1.0.0

Initial release

[Unreleased]: https://github.com/capistrano/bundler/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/capistrano/bundler/compare/v1.1.4...v1.2.0
2 changes: 1 addition & 1 deletion capistrano-bundler.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'capistrano-bundler'
spec.version = '1.1.4'
spec.version = '1.2.0'
spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov']
spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com', 'shatrov@me.com']
spec.description = %q{Bundler support for Capistrano 3.x}
Expand Down

0 comments on commit 7c17a99

Please sign in to comment.