Skip to content

Commit

Permalink
Release v0.0.1.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 4, 2012
1 parent 551224c commit 10ee384
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.0.1.pre4 - Jun 05, 2012
--------------------------

### Added:
* --simulate.
* --verbose.
* a test for an actual deployment.
* Build in tmp/ instead of in releases/.
* --help now show command line switches (like --verbose).
* `verbose_mode and simulate_mode instead. Using 'verbose' causes problems.
* New deploy_script helper, to make things more transparent.

### Misc:
* Make the test_env runnable even without a net connection.
* New tests for actual deployment (Just do rspec -t ssh)
* Cleanup git:clone code.
* A buncha code cleanups.

v0.0.1.pre3 - Jun 04, 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.pre3"
"0.0.1.pre4"
end
end

0 comments on commit 10ee384

Please sign in to comment.