Skip to content

Commit

Permalink
Preparing v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 3, 2018
1 parent 13cea18 commit 0e14a50
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 @@
# [master][]

* Your contribution here!

# [1.4.0][] (Jun 2 2018)

* Added option ':assets_manifests' to support custom manifest file path ([#216](https://github.com/capistrano/rails/pull/216))

# [1.3.1][] (Nov 21 2017)
Expand Down Expand Up @@ -82,7 +85,8 @@ This release simply adds the MIT license to the capistrano-rails gemspec. There

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.3.1...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.4.0...HEAD
[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
[1.2.3]: https://github.com/capistrano/rails/compare/v1.2.2...v1.2.3
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.3", require: false
gem "capistrano-rails", "~> 1.4", 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.3.1'
gem.version = '1.4.0'
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
gem.email = ["[email protected]", "[email protected]", "[email protected]"]
gem.description = %q{Rails specific Capistrano tasks}
Expand Down

0 comments on commit 0e14a50

Please sign in to comment.