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