Skip to content

Commit f6f5222

Browse files
committed
Preparing v1.19.0
1 parent 758dffb commit f6f5222

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
@@ -6,6 +6,9 @@ appear at the top.
66
## [Unreleased][]
77

88
* Your contribution here!
9+
10+
## [1.19.0][] (2019-06-30)
11+
912
* [#455](https://github.com/capistrano/sshkit/pull/455): Ensure UUID of commands are stable in logging - [@lazyatom](https://github.com/lazyatom)
1013
* [#453](https://github.com/capistrano/sshkit/pull/453): `as` and `within` now properly escape their user/group/path arguments, and the command nested within an `as` block is now properly escaped before passing to `sh -c`. In the unlikely case that you were manually escaping commands passed to SSHKit as a workaround, you will no longer need to do this. See [#458](https://github.com/capistrano/sshkit/issues/458) for examples of what has been fixed. - [@grosser](https://github.com/grosser)
1114
* [#460](https://github.com/capistrano/sshkit/pull/460): Handle IPv6 addresses without port - [@will-in-wi](https://github.com/will-in-wi)
@@ -761,7 +764,8 @@ version `0.0.5`.
761764

762765
First release.
763766

764-
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.18.2...HEAD
767+
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.19.0...HEAD
768+
[1.19.0]: https://github.com/capistrano/sshkit/compare/v1.18.2...v1.19.0
765769
[1.18.2]: https://github.com/capistrano/sshkit/compare/v1.18.1...v1.18.2
766770
[1.18.1]: https://github.com/capistrano/sshkit/compare/v1.18.0...v1.18.1
767771
[1.18.0]: https://github.com/capistrano/sshkit/compare/v1.17.0...v1.18.0

lib/sshkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHKit
2-
VERSION = "1.18.2".freeze
2+
VERSION = "1.19.0".freeze
33
end

0 commit comments

Comments
 (0)