Skip to content

Commit

Permalink
Preparing v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 21, 2017
1 parent 0a65584 commit 4a1e355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.3.1][] (Nov 21 2017)

This release simply adds the MIT license to the capistrano-rails gemspec. There are no code changes. See [#205](https://github.com/capistrano/rails/issues/205).

# [1.3.0][] (Jun 9 2017)

* rails_assets_groups config option to set RAILS_GROUPS (https://github.com/capistrano/rails/pull/135)
Expand Down Expand Up @@ -77,7 +81,8 @@

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.3.0...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.3.1...HEAD
[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
[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2
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.0'
gem.version = '1.3.1'
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 4a1e355

Please sign in to comment.