Skip to content

Commit

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

Thanks to @sosedoff for his contributions that made it to this release.

### Added:
* __Rubinius support.__
* __Ruby 1.8 support.__
* Prelimenary JRuby support.
* MIT license.
* Highlight errors as red in deploy.
* Use popen4 instead of popen3. Support JRuby via IO.popen4.

### Changed:
* __Rename 'to :restart' to 'to :launch'.__
* __Make deploys fail if renaming the build (eg, not setup properly) fails.__

### Tests:
* Added 'rake spec' (aliased as just 'rake') task. It tests with Rake 0.8 and 0.9 both.
* Added provisions for testing with Rake 0.8 and 0.9.
* Integrate with travis-ci.org.
* Make the SSH test more portable.
* Removed 'rake spec:verbose'.

v0.0.1.pre5 - 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.pre5"
"0.0.1.pre6"
end
end

0 comments on commit 356e5a0

Please sign in to comment.