Skip to content

Commit

Permalink
Merge pull request #100 from nevinera/release-1-3-0
Browse files Browse the repository at this point in the history
Update to 1.3.0
  • Loading branch information
nevinera authored Jun 6, 2023
2 parents c383843 + 28d8685 commit bf1227d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Release 1.3.0

* Support (and enable by default) colorizing the console stderr output from
`bin/qq` - disable with the `--no-colorize` flag or the `colorize: false`
configuration entry. (#94, resolved #36)
* Introduce a Logging facility, and add the `--verbose/-v` flag - supply it
either once or twice to enable (colorized) logging in either `info` or `debug`
level, providing much more detail about what's going on during execution.

## Release 1.2.2

* Add some code to the Rspec::Parser that _cleans_ the json of certain text that
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.2.2"
VERSION = "1.3.0"
end

0 comments on commit bf1227d

Please sign in to comment.