Skip to content

Commit

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

### Added:
* Add '--trace' to the 'vh help' screen.
* Rake 0.8 compatibility.
* Ruby 1.8.7 compatibility.

### Changed:
* Use `:domain` instead of `:host`.

### Misc:
* Allow rake 0.8 testing using `rake=0.8 rspec`.
* Add more README examples.

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

0 comments on commit 4f1edef

Please sign in to comment.