From cf3ca994e20f34b5b1ea0300c39a872ceaff2b24 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 6 Jan 2025 11:34:18 +0000 Subject: [PATCH] Bump version to 0.1.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/cookstyle/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326ddf14..ceee8b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Cookstyle Changelog - -## [v0.1.1](https://github.com/chef/cookstyle/tree/v0.1.1) (2025-01-06) + +## [v0.1.2](https://github.com/chef/cookstyle/tree/v0.1.2) (2025-01-06) #### Merged Pull Requests -- Added pipeline config to build automatically [#993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) +- Test pipeline with empty commit [#994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Test pipeline with empty commit [#994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) - Added pipeline config to build automatically [#993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) - [CI] Drop EOL rubies [#979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) - Correct styleguide link for TmpPath [#973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) diff --git a/VERSION b/VERSION index 6da28dde..8294c184 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index bce246af..3e4c44e1 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "0.1.1" # rubocop: disable Style/StringLiterals + VERSION = "0.1.2" # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '1.25.1' end