Skip to content

Commit

Permalink
Preparing v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 23, 2018
1 parent 0a8532e commit 5ce0b66
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,8 +1,17 @@
# [Unreleased][] (master)

* Your contribution here!

# [1.5.0][] (23 Dec 2018)

Changes to default behavior

* Set `bundle_jobs` default to `4` @Tensho

Breaking changes

* None

# [1.4.0][] (21 Oct 2018)

Breaking changes
Expand Down Expand Up @@ -68,7 +77,8 @@ Added

Initial release

[Unreleased]: https://github.com/capistrano/bundler/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/capistrano/bundler/compare/v1.5.0...HEAD
[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
[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.4'
gem 'capistrano-bundler', '~> 1.5'
```

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.4.0'
spec.version = '1.5.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 5ce0b66

Please sign in to comment.