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

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Oct 19, 2012
1 parent f986c81 commit c5d0146
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
New for 0.4.1:

* Introduce FakeRunner for testing, so you don't really run commands.
* Fix logging: output the actual command, not the un-interpolated pattern.
* Prevent color codes from being output if log destination isn't a TTY.

New for 0.4.0:

* Moved interpolation to the `run` method, instead of interpolating on `new`.
* Remove official support for REE.

New for 0.3.2:

* Fix a hang when processes wait for IO.

New for 0.3.1:

* Made the `Runner` manually swappable, in case `ProcessRunner` doesn't work
Expand Down
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.4.0".freeze
VERSION = "0.4.1".freeze
end

0 comments on commit c5d0146

Please sign in to comment.