Skip to content

Commit

Permalink
Preparing v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jul 2, 2019
1 parent 912efa9 commit 958b276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# [Unreleased][] (master)

* Added `bundle_check_before_install` option to allow bypassing the `bundle install test` in the `bundler:install` task.
* Your contribution here!

# [1.6.0][] (2 Jul 2019)

* Added `bundle_check_before_install` option to allow bypassing the `bundle install test` in the `bundler:install` task.

# [1.5.0][] (23 Dec 2018)

Changes to default behavior
Expand Down Expand Up @@ -78,7 +81,8 @@ Added

Initial release

[Unreleased]: /~https://github.com/capistrano/bundler/compare/v1.5.0...HEAD
[Unreleased]: /~https://github.com/capistrano/bundler/compare/v1.6.0...HEAD
[1.6.0]: /~https://github.com/capistrano/bundler/compare/v1.5.0...v1.6.0
[1.5.0]: /~https://github.com/capistrano/bundler/compare/v1.4.0...v1.5.0
[1.4.0]: /~https://github.com/capistrano/bundler/compare/v1.3.0...v1.4.0
[1.3.0]: /~https://github.com/capistrano/bundler/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add these lines to your application's Gemfile **[Recommended]**:

```ruby
gem 'capistrano', '~> 3.6'
gem 'capistrano-bundler', '~> 1.5'
gem 'capistrano-bundler', '~> 1.6'
```

And then execute:
Expand Down
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.5.0'
spec.version = '1.6.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 958b276

Please sign in to comment.