summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-20 01:09:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-20 01:09:51 +0000
commit582a682e1c711709b282c20d3b1bfa03d1a39039 (patch)
treee002885309450151cbeaa9bec6c51bc94ca38386
parent7e504957c1f0fb382e61bd69aa57ecdef20db2f5 (diff)
downloadohai-16.0.5.tar.gz
Bump version to 16.0.5 by Chef Expeditorv16.0.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ab993de..ff7619be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.4 -->
-## [v16.0.4](https://github.com/chef/ohai/tree/v16.0.4) (2020-01-30)
+<!-- latest_release 16.0.5 -->
+## [v16.0.5](https://github.com/chef/ohai/tree/v16.0.5) (2020-02-20)
#### Merged Pull Requests
-- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50))
+- Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Chefstyle fixes from Rubocop 0.80 [#1431](https://github.com/chef/ohai/pull/1431) ([tas50](https://github.com/tas50)) <!-- 16.0.5 -->
- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50)) <!-- 16.0.4 -->
- fix [#1406]: ensure optional_plugins to be array of symbols [#1408](https://github.com/chef/ohai/pull/1408) ([salzig](https://github.com/salzig)) <!-- 16.0.3 -->
- Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50)) <!-- 16.0.2 -->
diff --git a/VERSION b/VERSION
index 42f48a76..89cf4557 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.4 \ No newline at end of file
+16.0.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f4fbecd1..dad8eca0 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 = "16.0.4".freeze
+ VERSION = "16.0.5".freeze
end