mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
prepare v1.0.1 release
This commit is contained in:
parent
f45e3fc1b2
commit
6b4017c60b
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## Unreleased
|
||||
## 1.0.0 (2015-11-12)
|
||||
### Fixed
|
||||
- setting ssh hostname through `ssh_options`
|
||||
- use login shell
|
||||
|
||||
### Feature
|
||||
- log ssh command before it is being executed
|
||||
|
|
|
@ -5,7 +5,7 @@ module Capistrano
|
|||
# Console
|
||||
module Console
|
||||
# gem version
|
||||
VERSION = '1.0.0'
|
||||
VERSION = '1.0.1'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue