From 38116d10155ca120e611422d07339bcc213156e1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 13 Aug 2024 20:10:23 +0000 Subject: [PATCH] Bump version to 19.0.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 663b0bef5..aba4c5524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v19.0.2](https://github.com/chef/ohai/tree/v19.0.2) (2024-08-13) + +## [v19.0.3](https://github.com/chef/ohai/tree/v19.0.3) (2024-08-13) #### Merged Pull Requests -- [#1830] Check that sysfs directory exists before reading [#1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) +- Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) - [#1830] Check that sysfs directory exists before reading [#1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) - cpu: Fix issues with newer versions of lscpu [#1809](https://github.com/chef/ohai/pull/1809) ([ramereth](https://github.com/ramereth)) - Force the major version bump since VERSION appeared modified in the l… [#1827](https://github.com/chef/ohai/pull/1827) ([tpowell-progress](https://github.com/tpowell-progress)) diff --git a/VERSION b/VERSION index fc1a00925..dd7d79664 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.0.2 \ No newline at end of file +19.0.3 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 827bb88c9..00f7feb89 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "19.0.2" + VERSION = "19.0.3" end