From eb377962f88df5651973eda0ed6d53c799eac7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 03:50:49 +0000 Subject: [PATCH] chore(main): release rubocop-canon 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/rubocop/canon/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d049c2a..1ffb76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/skiftle/rubocop-canon/compare/rubocop-canon/v0.1.1...rubocop-canon/v0.1.2) (2026-05-23) + + +### Bug Fixes + +* use OIDC credentials directly instead of rake release ([1047094](https://github.com/skiftle/rubocop-canon/commit/104709482974eb7a29a38d7c153b9ac0e6813460)) + ## [0.1.1](https://github.com/skiftle/rubocop-canon/compare/rubocop-canon-v0.1.0...rubocop-canon/v0.1.1) (2026-02-24) diff --git a/Gemfile.lock b/Gemfile.lock index 4e70b43..014668d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-canon (0.1.1) + rubocop-canon (0.1.2) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) diff --git a/lib/rubocop/canon/version.rb b/lib/rubocop/canon/version.rb index 89e2bab..118cdd5 100644 --- a/lib/rubocop/canon/version.rb +++ b/lib/rubocop/canon/version.rb @@ -2,6 +2,6 @@ module RuboCop module Canon - VERSION = '0.1.1' + VERSION = '0.1.2' end end