Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Apr 7, 2016
1 parent c4a64b5 commit 5a1a2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 (2016-04-08)
- Fix SSHKit::Backend::Libssh for SSHKit v1.9.0
- libssh now requires SSHKit v1.9.0 or later.

## 0.3.0 (2016-02-06)
- Add wrapper methods
- `Session#fd`
Expand Down
2 changes: 1 addition & 1 deletion lib/libssh/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LibSSH
# The version of libssh gem.
VERSION = '0.3.0'.freeze
VERSION = '0.3.1'.freeze
end

0 comments on commit 5a1a2d9

Please sign in to comment.