Skip to content

Commit

Permalink
Preparing v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 22, 2017
1 parent 31657ad commit d1ae0f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# [Unreleased][] (master)

* Your contribution here!

# [1.3.0][] (22 Sep 2017)

Breaking changes

* None

Added

* Set all variables in `load:defaults` task so they are recognised as valid Capistrano settings when using `doctor:variables` and ensure defaults for `bundle_env_variables` and `bundle_clean_options` are set once in the same place as the other defaults.

# [1.2.0][] (1 Oct 2016)
Expand Down Expand Up @@ -48,5 +57,6 @@ Added

Initial release

[Unreleased]: https://github.com/capistrano/bundler/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/capistrano/bundler/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/capistrano/bundler/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/capistrano/bundler/compare/v1.1.4...v1.2.0
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.2'
gem 'capistrano-bundler', '~> 1.3'
```

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.2.0'
spec.version = '1.3.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 d1ae0f1

Please sign in to comment.