From 7c17a9935d5b12cf449eea19e54bf92f00d510a6 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 30 Sep 2016 17:28:45 -0700 Subject: [PATCH] Preparing v1.2.0 --- CHANGELOG.md | 10 +++++++++- capistrano-bundler.gemspec | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7929435f..371ce02a 100644 --- a/CHANGELOG.md +++ b/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) @@ -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 diff --git a/capistrano-bundler.gemspec b/capistrano-bundler.gemspec index 224be27c..95ec37b2 100644 --- a/capistrano-bundler.gemspec +++ b/capistrano-bundler.gemspec @@ -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}