From 99c33f6aab417414e0db0e2b0a74ee120bba33e2 Mon Sep 17 00:00:00 2001 From: Eric Mueller Date: Tue, 7 May 2024 08:59:32 -0400 Subject: [PATCH] Update to 1.5.1 --- CHANGELOG.md | 8 ++++++++ lib/quiet_quality/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48fab3..1bcaaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Release 1.5.1 + +* Refactor ConfigParser to just parse the config into ParsedOptions, separating + the file-filter/excludes handling properly (#114) +* Update the standard/rubocop constraints (dev-only) +* Fail the pipeline when rspec encounters non-spec failures (#120 resolves #119) +* Expose error messages when brakeman encounters errors (#122 resolves #115) + ## Release 1.5.0 * Update to comply with current standardrb rules, and use checkout@v4 diff --git a/lib/quiet_quality/version.rb b/lib/quiet_quality/version.rb index bc8fb93..2bc5fb8 100644 --- a/lib/quiet_quality/version.rb +++ b/lib/quiet_quality/version.rb @@ -1,3 +1,3 @@ module QuietQuality - VERSION = "1.5.0" + VERSION = "1.5.1" end