Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Aug 29, 2012
1 parent 06898a2 commit 6be5af5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
New for 0.3.0:

* Support blank arguments.
* Add `CommandLine#unix?`.
* Add `CommandLine#exit_status`.
* Automatically use `POSIX::Spawn` if available.
* Add `CommandLine#environment` as a hash of extra `ENV` data..
* Add `CommandLine#environment=` to set that hash.
* Add `CommandLine#runner` which produces an object that responds to `#call`.
* Fix a race condition but only on Ruby 1.9.
2 changes: 1 addition & 1 deletion lib/cocaine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cocaine
VERSION = "0.2.1".freeze
VERSION = "0.3.0".freeze
end

0 comments on commit 6be5af5

Please sign in to comment.