Skip to content

Commit

Permalink
Release v0.0.1.pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 6, 2012
1 parent a927b1a commit f45708a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v0.0.1.pre7 - Jun 06, 2012
--------------------------

### Added:
* __`vh rails[command]` and `vh rake[command]` tasks.__
* __Add `vh run`.__
* `-S` as an alias for `--simulate`.
* the `#set_default` helper.
* the `bundle_prefix` setting.
* New `term_mode` setting.

### Changed:
* `--simulate` show things without the `ssh` command or shellescaping.

v0.0.1.pre6 - Jun 06, 2012
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/van_helsing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VanHelsing
def self.version
"0.0.1.pre6"
"0.0.1.pre7"
end
end

0 comments on commit f45708a

Please sign in to comment.