From 2d45785719ed43e2e22d4e8331e2e2df6c8d99b2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 29 Oct 2024 04:41:00 +0000 Subject: [PATCH] Bump version to 3.3.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05139a8..c181f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # mixlib-shellout Changelog - + +## [v3.3.4](https://github.com/chef/mixlib-shellout/tree/v3.3.4) (2024-10-29) + +#### Merged Pull Requests +- Fix quoting of command arguments in Target Mode [#251](https://github.com/chef/mixlib-shellout/pull/251) ([thheinen](https://github.com/thheinen)) ### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Fix quoting of command arguments in Target Mode [#251](https://github.com/chef/mixlib-shellout/pull/251) ([thheinen](https://github.com/thheinen)) ## [v3.3.3](https://github.com/chef/mixlib-shellout/tree/v3.3.3) (2024-10-14) diff --git a/VERSION b/VERSION index 3f09e91..2c6109e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.3 \ No newline at end of file +3.3.4 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 969dd4f..d73b733 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.3.3".freeze + VERSION = "3.3.4".freeze end end