summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-05 01:01:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-05 01:01:37 +0000
commit0a2584c4ef7120031d97beb3b05e833ec4cb5857 (patch)
tree36ca108499b9cb5f06093327e8bef01a3090d206
parentf2983e3fd5f741b0ac708940a3bf4116e3f17210 (diff)
downloadohai-0a2584c4ef7120031d97beb3b05e833ec4cb5857.tar.gz
Bump version to 16.7.13 by Chef Expeditorv16.7.13
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 1fed00ad..4b9fe15f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.12 -->
-## [v16.7.12](https://github.com/chef/ohai/tree/v16.7.12) (2020-11-05)
+<!-- latest_release 16.7.13 -->
+## [v16.7.13](https://github.com/chef/ohai/tree/v16.7.13) (2020-11-05)
#### Merged Pull Requests
-- Better format the elapsed plugin time [#1557](https://github.com/chef/ohai/pull/1557) ([tas50](https://github.com/tas50))
+- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50)) <!-- 16.7.13 -->
- Better format the elapsed plugin time [#1557](https://github.com/chef/ohai/pull/1557) ([tas50](https://github.com/tas50)) <!-- 16.7.12 -->
- pop_os is a derivative of ubuntu [#1555](https://github.com/chef/ohai/pull/1555) ([chasebolt](https://github.com/chasebolt)) <!-- 16.7.11 -->
- Minor memory optimizations [#1553](https://github.com/chef/ohai/pull/1553) ([tas50](https://github.com/tas50)) <!-- 16.7.10 -->
diff --git a/VERSION b/VERSION
index 49555999..6cdc5e19 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.12 \ No newline at end of file
+16.7.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2a64c4cf..d51f8e05 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.12"
+ VERSION = "16.7.13"
end