From 6c99e0be2f79f3392fd83149fe03ec57eefef175 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Thu, 22 Oct 2015 16:20:44 -0700 Subject: bumping to 2.2.3 --- CHANGELOG.md | 4 ++++ lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d93f1c..da611b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # mixlib-shellout Changelog +## Release 2.2.3 + +* Kill all child processes on Windows when a command times out. + ## Release 2.2.2 * Ship gemspec and Gemfiles to facilate testing. diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 4e968e8..91f1f40 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.2.2" + VERSION = "2.2.3" end end -- cgit v1.2.1