From 6a2881a025bce21ed795eeeb53ba0a4fc7685349 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 16 Jul 2020 19:04:53 +0000 Subject: Bump version to 3.0.13 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 5bbbe24..e4d8e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [v3.0.12](https://github.com/chef/mixlib-shellout/tree/v3.0.12) (2020-07-16) + +## [v3.0.13](https://github.com/chef/mixlib-shellout/tree/v3.0.13) (2020-07-16) #### Merged Pull Requests -- extracting shell_out helper to mixlib-shellout [#206](https://github.com/chef/mixlib-shellout/pull/206) ([lamont-granquist](https://github.com/lamont-granquist)) +- Bumping minor version [#207](https://github.com/chef/mixlib-shellout/pull/207) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bumping minor version [#207](https://github.com/chef/mixlib-shellout/pull/207) ([lamont-granquist](https://github.com/lamont-granquist)) - extracting shell_out helper to mixlib-shellout [#206](https://github.com/chef/mixlib-shellout/pull/206) ([lamont-granquist](https://github.com/lamont-granquist)) - Minor doc fixes [#205](https://github.com/chef/mixlib-shellout/pull/205) ([phiggins](https://github.com/phiggins)) - shellout_spec: make "current user" independent of the environment [#203](https://github.com/chef/mixlib-shellout/pull/203) ([terceiro](https://github.com/terceiro)) diff --git a/VERSION b/VERSION index d003324..9c25f93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.12 \ No newline at end of file +3.0.13 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index c99addb..c55b873 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.12".freeze + VERSION = "3.0.13".freeze end end -- cgit v1.2.1