summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-06 22:05:37 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-06 22:05:37 +0000
commit5dc31e7c431043fd473dd71d2fc68e739e080c0e (patch)
treecf5b751e2ec0b509a5f2fdeaef004cf7dc977c8e
parent1d9343d1761a5a57a63ac0b325dd3efda9b2c577 (diff)
downloadohai-5dc31e7c431043fd473dd71d2fc68e739e080c0e.tar.gz
Bump version to 15.6.3 by Chef Expeditorv15.6.3
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 0e96ba1c..2feb1b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.6.2 -->
-## [v15.6.2](https://github.com/chef/ohai/tree/v15.6.2) (2019-11-23)
+<!-- latest_release 15.6.3 -->
+## [v15.6.3](https://github.com/chef/ohai/tree/v15.6.3) (2019-12-06)
#### Merged Pull Requests
-- Fix failures under Ruby 2.7 [#1412](https://github.com/chef/ohai/pull/1412) ([KrisShannon](https://github.com/KrisShannon))
+- [filesystem] Convert windows to filesystem2 [#1267](https://github.com/chef/ohai/pull/1267) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=15.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [filesystem] Convert windows to filesystem2 [#1267](https://github.com/chef/ohai/pull/1267) ([jaymzh](https://github.com/jaymzh)) <!-- 15.6.3 -->
- Fix failures under Ruby 2.7 [#1412](https://github.com/chef/ohai/pull/1412) ([KrisShannon](https://github.com/KrisShannon)) <!-- 15.6.2 -->
- Rename Ohai::Mixin::DmiDecode spec file to end in `_spec.rb` [#1413](https://github.com/chef/ohai/pull/1413) ([KrisShannon](https://github.com/KrisShannon)) <!-- 15.6.1 -->
- Strip the Rakefile and specs from our gem artifact [#1409](https://github.com/chef/ohai/pull/1409) ([tas50](https://github.com/tas50)) <!-- 15.6.0 -->
diff --git a/VERSION b/VERSION
index a219e163..17113114 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.6.2 \ No newline at end of file
+15.6.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 858698f4..400397f5 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.6.2".freeze
+ VERSION = "15.6.3".freeze
end