Skip to content

Commit

Permalink
Prep 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 2, 2015
1 parent 2fbd4fb commit 8f55eeb
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.2.1 (2015-03-02)

* Un-pin SSHKit dependency now that SSHKit 1.7.1 has been released.

## 0.2.0 (2015-03-02)

* Pin SSHKit dependency at `~> 1.6.1` to avoid a [bug in 1.7.0](https://github.com/capistrano/sshkit/issues/226) that causes command exit statuses to be omitted from the log.
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrussh/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Airbrussh
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 8f55eeb

Please sign in to comment.