Skip to content

Commit

Permalink
Merge pull request #112 from nevinera/nev--release-1-5-0
Browse files Browse the repository at this point in the history
Prepare the 1.5.0 release
  • Loading branch information
nevinera authored Nov 15, 2023
2 parents 9cc1376 + 0cdab97 commit da0b15f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release 1.5.0

* Update to comply with current standardrb rules, and use checkout@v4
* Add a `-X/--exec` argument that allows you to let qq craft the command, but
then actually exec the command instead of running it and handling its output.
Especially useful for things like `rspec`, where the output it gives you about
failing tests is very useful, and qq is mostly only helpful for determining
what specs to run.
* Add a `--message-format` argument and `message_format` config file option,
which allow for a fairly complex configuration of the output format for
messages, so they can be displayed in various colorized/tabular formats.

## Release 1.4.0

* Support specifying `excludes` per-tool, so that certain files won't be passed
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.4.0"
VERSION = "1.5.0"
end

0 comments on commit da0b15f

Please sign in to comment.