File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ appear at the top.
66## [ Unreleased] [ ]
77
88 * Your contribution here!
9+
10+ ## [ 1.18.1] [ ] (2019-01-26)
11+
912 * [ #447 ] ( https://github.com/capistrano/sshkit/pull/447 ) : Fix broken thread safety by widening critical section - [ Takumasa Ochi] ( https://github.com/aeroastro )
1013
1114## [ 1.18.0] [ ] (2018-10-21)
@@ -751,7 +754,8 @@ version `0.0.5`.
751754
752755First release.
753756
754- [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.18.0...HEAD
757+ [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.18.1...HEAD
758+ [ 1.18.1 ] : https://github.com/capistrano/sshkit/compare/v1.18.0...v1.18.1
755759[ 1.18.0 ] : https://github.com/capistrano/sshkit/compare/v1.17.0...v1.18.0
756760[ 1.17.0 ] : https://github.com/capistrano/sshkit/compare/v1.16.1...v1.17.0
757761[ 1.16.1 ] : https://github.com/capistrano/sshkit/compare/v1.16.0...v1.16.1
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.18.0 " . freeze
2+ VERSION = "1.18.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments