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

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Nov 20, 2015
1 parent b71f900 commit 7a31ca8
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
@@ -1,3 +1,13 @@
New for 0.5.7:

* Feature: Allow collection of both STDOUT and STDERR.
* Improvement: Convert arguments to strings when possible

New for 0.5.6:

* Bug Fix: Java does not need to run commands with `env`
* Bug Fix: Found out we were rescuing the wrong error

New for 0.5.5:

* Bug Fix: Posix- and ProcessRunner respect paths *and* are thread safe!
Expand Down
2 changes: 1 addition & 1 deletion lib/cocaine/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: UTF-8

module Cocaine
VERSION = "0.5.7".freeze
VERSION = "0.5.8".freeze
end

1 comment on commit 7a31ca8

@paulmenzel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren’t the news for 0.5.8 missing?

Please sign in to comment.