From 34d310bd57cc67914fa3ae566d1bafee5c2e9ba9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Jun 2024 20:15:05 +0000 Subject: [PATCH] Bump version to 3.2.10 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a9e57..5fc9b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [v3.2.9](https://github.com/chef/mixlib-shellout/tree/v3.2.9) (2024-06-18) + +## [v3.2.10](https://github.com/chef/mixlib-shellout/tree/v3.2.10) (2024-06-18) #### Merged Pull Requests -- [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby)) +- [#239] Add execution time to Windows shellout object [#247](https://github.com/chef/mixlib-shellout/pull/247) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- [#239] Add execution time to Windows shellout object [#247](https://github.com/chef/mixlib-shellout/pull/247) ([dafyddcrosby](https://github.com/dafyddcrosby)) - [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby)) diff --git a/VERSION b/VERSION index df4bdc7..d6bb32f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.9 \ No newline at end of file +3.2.10 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index ce30d1e..35a4700 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.2.9".freeze + VERSION = "3.2.10".freeze end end