Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 15, 2020
1 parent d86a8db commit 7d233fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Your contribution here!

# [1.5.0][] (May 15 2020)

* Handle restore of multiple asset manifests on rollback ([#226](https://github.com/capistrano/rails/pull/226))

# [1.4.0][] (Jun 2 2018)

* Added option ':assets_manifests' to support custom manifest file path ([#216](https://github.com/capistrano/rails/pull/216))
Expand Down Expand Up @@ -85,7 +89,8 @@ This release simply adds the MIT license to the capistrano-rails gemspec. There

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.4.0...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/capistrano/rails/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/capistrano/rails/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/capistrano/rails/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/capistrano/rails/compare/v1.2.3...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 @@ -12,7 +12,7 @@ Add these Capistrano gems to your application's Gemfile using `require: false`:
```ruby
group :development do
gem "capistrano", "~> 3.10", require: false
gem "capistrano-rails", "~> 1.4", require: false
gem "capistrano-rails", "~> 1.5", require: false
end
```

Expand Down
2 changes: 1 addition & 1 deletion capistrano-rails.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 |gem|
gem.name = "capistrano-rails"
gem.version = '1.4.0'
gem.version = '1.5.0'
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"]
gem.description = %q{Rails specific Capistrano tasks}
Expand Down

0 comments on commit 7d233fa

Please sign in to comment.