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 403e678 commit 807a999
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
(master)
# [Unreleased][] (master)

* Your contribution here!

# [1.2.0][] (1 Oct 2016)

* Added a `bundle clean` task. There are no default hooks for it.
* Use `bundle check` to check if we can skip `bundle install`
Expand Down Expand Up @@ -36,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
Original file line number Diff line number Diff line change
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 = ['[email protected]', '[email protected]', '[email protected]']
spec.description = %q{Bundler support for Capistrano 3.x}
Expand Down

0 comments on commit 807a999

Please sign in to comment.