Skip to content

Commit 6bcad38

Browse files
committed
Preparing v1.2.3
1 parent 8334fcc commit 6bcad38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# [master][]
22

33
* Your contribution here!
4+
5+
# [1.2.3][] (Mar 4 2017)
6+
47
* [#200](https://github.com/capistrano/rails/pull/200): Don't link public/assets if public is already linked - [@mattbrictson](https://github.com/mattbrictson)
58

69
# [1.2.2][] (Jan 10 2017)
@@ -70,7 +73,8 @@
7073

7174
Initial release
7275

73-
[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD
76+
[master]: https://github.com/capistrano/rails/compare/v1.2.3...HEAD
77+
[1.2.3]: https://github.com/capistrano/rails/compare/v1.2.2...v1.2.3
7478
[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2
7579
[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1
7680
[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0

capistrano-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |gem|
66
gem.name = "capistrano-rails"
7-
gem.version = '1.2.2'
7+
gem.version = '1.2.3'
88
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
99
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"]
1010
gem.description = %q{Rails specific Capistrano tasks}

0 commit comments

Comments
 (0)