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

Commit

Permalink
Preparing v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 20, 2018
1 parent 3cfc013 commit f602289
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.34.0][] (2018-05-20)

* Ubuntu 18.04 LTS is now supported
* Remove unnecessary steps from `mb:rbenv:modify_bashrc`
* Remove defunct `provision:12_04` and `provision:14_04` tasks
Expand Down Expand Up @@ -204,7 +207,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.33.0...HEAD
[Unreleased]: https://github.com/mattbrictson/capistrano-mb/compare/v0.34.0...HEAD
[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
[0.32.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/mattbrictson/capistrano-mb/compare/v0.30.0...v0.31.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.33.0" :require => false
gem "capistrano-mb", "~> 0.34.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.33.0".freeze
VERSION = "0.34.0".freeze
end
end

0 comments on commit f602289

Please sign in to comment.