Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
Preparing v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 3, 2018
1 parent 43dd635 commit 84416ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased][]

* Your contribution here!

## [0.35.0][] (2018-09-03)

* Update x-sendfile configuration so that it works with Sidekiq's assets
* Move `dotenv:update` earlier in the deploy process so that new settings can be configured prior to the Rails app loading via `assets:precompile` or `db:migrate`

Expand Down Expand Up @@ -213,7 +216,8 @@ Flush console output after each line is printed. This allows deployment progress

Initial Rubygems release!

[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.34.1...HEAD
[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.35.0...HEAD
[0.35.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.34.1...v0.35.0
[0.34.1]: https://github.com/mattbrictson/capistrano-mb/compare/v0.34.0...v0.34.1
[0.34.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.33.0...v0.34.0
[0.33.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.32.0...v0.33.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ group :development do
gem "capistrano-bundler", :require => false
gem "capistrano-rails", :require => false
gem "capistrano", "~> 3.10", :require => false
gem "capistrano-mb", "~> 0.34.1" :require => false
gem "capistrano-mb", "~> 0.35.0" :require => false
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/mb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module MB
VERSION = "0.34.1".freeze
VERSION = "0.35.0".freeze
end
end

0 comments on commit 84416ea

Please sign in to comment.