Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sepastian committed Jun 10, 2014
1 parent 744abc2 commit 20b887a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.5.1 (2014-06-10)

Bugfixes:

- Fix remote_process_exists? SSHKit raises SSHKit::Runner::ExecuteError on error
- Fix some cases of commands running in $HOME instead of in :app_path
- Fix starting unicorn under :unicorn_user
2 changes: 1 addition & 1 deletion lib/capistrano/unicorn/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module CapistranoUnicorn
MAJOR = 0
MINOR = 5
PATCH = 0
PATCH = 1
VERSION = [ MAJOR, MINOR, PATCH ].join('.').freeze
end

0 comments on commit 20b887a

Please sign in to comment.