From 5fce9a1d5dd28293897f90da6e4076a9a959393b Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Mon, 6 Aug 2012 10:42:12 -0700 Subject: Release 1.1.0 Adds stdin support, which allows passing data to stdin of the command run. Also adds additional spec tests. --- lib/mixlib/shellout/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 9ac407b..e61dbb6 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "1.1.0.rc.1" + VERSION = "1.1.0" end end -- cgit v1.2.1