Skip to content

Commit

Permalink
Release v0.0.1.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 3, 2012
1 parent f299123 commit 513a9d2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
v0.0.1.pre3 - Jun 04, 2012
--------------------------

### Added:
* A help screen. You can see it with `vh --help`, `vh -h` or just plain `vh`.
* Implemented `vh --version`.
* Sequential release versions. Yay!
* Added the `build_path` setting, which supercedes the now-removed `release_path`.

### Removed:
* `release_path` has been deprecated.

### Fixed:
* Stupid critical bug fix: fix 'vh:setup' giving the world access to deploy_to.
* Ensure that SSH stderr output is shown properly.
* Make #invoke work with tasks with arguments (eg, :'site:scrape[ensogo]')

### Changed:
* Edit the default deploy.rb to have a description for the deploy task.
* Make 'vh -T' show 'vh' instead of 'rake'.
* Make 'vh setup' ensure ownership of the deploy_to path.
* Make deploy steps more explicit by echoing more statuses.
* When deploys fail, you now don't see the default Ruby backtrace. It now
behaves like Rake where you need to add --trace to see the trace.

### Misc:
* Fixed the error that sometimes happens when invoking 'vh' without a deploy.rb.
* Update the sample deploy.rb file to be more readable.
* The test_env/ project can now be deployed without problems, so you can try things out.
* Lots of new tests.
* rspec test order is now randomized.
* rspec output is colored (thanks to .rspec).
* Better script indentation when running in simulation mode.
* In symlinking ./current/, use ln -nfs instead of rm -f && ln -s.

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

0 comments on commit 513a9d2

Please sign in to comment.