Skip to content

Commit

Permalink
Preparing v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 23, 2016
1 parent 8a0e1c4 commit c051da8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# [master][]

* Your contribution here!

# [1.2.1][] (Dec 23 2016)

* Diff db directory recursively
* Avoid warning while running migrations on multiple servers (#189)
* Your contribution here!

# [1.2.0][] (Oct 25 2016)

Expand Down Expand Up @@ -62,5 +65,6 @@

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.2.0...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0
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.2.0'
gem.version = '1.2.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 c051da8

Please sign in to comment.