diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-22 17:45:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-22 17:45:11 +0000 |
commit | 3abe495360acd655da6c34fbc077b05f369a59a5 (patch) | |
tree | 7efabb2104a80700b9e8166a1e5ffd6fdd85a04d | |
parent | b85ee3e48b3869e5a36ea90472fe29f01907a32f (diff) | |
download | ohai-3abe495360acd655da6c34fbc077b05f369a59a5.tar.gz |
Bump version to 15.0.33 by Chef Expeditorv15.0.33
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/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f789b4..214ade7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.0.32 --> -## [v15.0.32](https://github.com/chef/ohai/tree/v15.0.32) (2019-04-13) +<!-- latest_release 15.0.33 --> +## [v15.0.33](https://github.com/chef/ohai/tree/v15.0.33) (2019-04-22) #### Merged Pull Requests -- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) +- Replaces require_relative with require [#1349](https://github.com/chef/ohai/pull/1349) ([burtlo](https://github.com/burtlo)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Replaces require_relative with require [#1349](https://github.com/chef/ohai/pull/1349) ([burtlo](https://github.com/burtlo)) <!-- 15.0.33 --> - Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) <!-- 15.0.32 --> - Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo)) <!-- 15.0.31 --> - Loosen the mixlib pins to allow for new major releases [#1341](https://github.com/chef/ohai/pull/1341) ([tas50](https://github.com/tas50)) <!-- 15.0.30 --> @@ -1 +1 @@ -15.0.32
\ No newline at end of file +15.0.33
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 4e2eabcc..af19b80f 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "15.0.32".freeze + VERSION = "15.0.33".freeze end |