Skip to content

Commit

Permalink
Bump version to 16.7.13 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Nov 5, 2020
1 parent f2983e3 commit 0a2584c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.7.12
16.7.13
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "16.7.12"
VERSION = "16.7.13"
end

0 comments on commit 0a2584c

Please sign in to comment.