diff --git a/CHANGELOG.md b/CHANGELOG.md index 510c94a8..e12e3edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.32.1 + +* Fixes regeneration of TODO files ot avoid missing already-ignored rules [#587](https://github.com/standardrb/standard/pull/587) + ## 1.32.0 * Updates rubocop to [1.57.2](https://github.com/rubocop/rubocop/releases/tag/v1.57.2) diff --git a/Gemfile.lock b/Gemfile.lock index e8cb821c..bb0fc8f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.32.0) + standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.57.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index cf15dee7..b4cd4212 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.32.0") + VERSION = Gem::Version.new("1.32.1") end