Skip to content

Commit

Permalink
Preparing v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 25, 2017
1 parent b719628 commit ac54f2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,8 +6,20 @@ appear at the top.
## [Unreleased][]

* Your contribution here!
* [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson)

## [1.13.0][] (2017-03-24)

### Breaking changes

* None

### New features

* [#372](https://github.com/capistrano/sshkit/pull/372): Use cp_r in local backend with recursive option - [@okuramasafumi](https://github.com/okuramasafumi)

### Bug fixes

* [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson)
* [#392](https://github.com/capistrano/sshkit/pull/392): Fix open two connections with changed cache key - [@shirosaki](https://github.com/shirosaki)

## [1.12.0][] (2017-02-10)
Expand Down
2 changes: 1 addition & 1 deletion lib/sshkit/version.rb
@@ -1,3 +1,3 @@
module SSHKit
VERSION = "1.12.0".freeze
VERSION = "1.13.0".freeze
end

0 comments on commit ac54f2c

Please sign in to comment.