Skip to content

Commit

Permalink
Update to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinera committed May 7, 2024
1 parent 9872051 commit 99c33f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/quiet_quality/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QuietQuality
VERSION = "1.5.0"
VERSION = "1.5.1"
end

0 comments on commit 99c33f6

Please sign in to comment.