diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-16 22:14:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-16 22:14:39 +0000 |
commit | 37659f804c51a5f4385bcbcb33d7e31b3b5508a2 (patch) | |
tree | 2775dd4915268cceb528cb76a33006d421df5e07 | |
parent | c62d17eceedfd5792f50b147dc562365e1b94028 (diff) | |
download | mixlib-shellout-37659f804c51a5f4385bcbcb33d7e31b3b5508a2.tar.gz |
Bump version to 3.0.16 by Chef Expeditorv3.0.16
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3a9ec..1e9cf21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog -<!-- latest_release 3.0.15 --> -## [v3.0.15](https://github.com/chef/mixlib-shellout/tree/v3.0.15) (2020-07-16) +<!-- latest_release 3.0.16 --> +## [v3.0.16](https://github.com/chef/mixlib-shellout/tree/v3.0.16) (2020-07-16) #### Merged Pull Requests -- Bump minor for release [#210](https://github.com/chef/mixlib-shellout/pull/210) ([lamont-granquist](https://github.com/lamont-granquist)) +- Bumping minor for release again, again. [#211](https://github.com/chef/mixlib-shellout/pull/211) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=3.0.9 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bumping minor for release again, again. [#211](https://github.com/chef/mixlib-shellout/pull/211) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.16 --> - Bump minor for release [#210](https://github.com/chef/mixlib-shellout/pull/210) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.15 --> - Test on Ruby 2.7 final, update chefstyle, and other CI fixes [#208](https://github.com/chef/mixlib-shellout/pull/208) ([tas50](https://github.com/tas50)) <!-- 3.0.14 --> - Bumping minor version [#207](https://github.com/chef/mixlib-shellout/pull/207) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.13 --> @@ -1 +1 @@ -3.0.15
\ No newline at end of file +3.0.16
\ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 116da96..94d36ba 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.15".freeze + VERSION = "3.0.16".freeze end end |