Skip to content

Commit

Permalink
Updated history for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Mar 3, 2020
1 parent 832ea4b commit ad3cf39
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SimpleCov.formatter = SimpleCov::Formatter::Console

### Block output style

As an alternative to the default table output format, results can be printed as plain text blocks instead by setting
As an alternative to the default table output format, results can be printed as plain text blocks instead by setting
the formatter `output_style` to 'block':

```ruby
Expand Down Expand Up @@ -133,6 +133,10 @@ coverage: 44.00% (28/50 lines)

## History

### 0.7 (2020.03.04)

- Added new 'block' style output option - thanks [@hpainter](https://github.com/hpainter)! ([#15](https://github.com/chetan/simplecov-console/issues/15))

### 0.6 (2019.11.08)

- Added new config options: `sort`, `show_covered`, and `max_rows`
Expand All @@ -154,5 +158,5 @@ coverage: 44.00% (28/50 lines)

### Copyright

Copyright (c) 2019 Chetan Sarva. See LICENSE.txt for
Copyright (c) 2020 Chetan Sarva. See LICENSE.txt for
further details.

0 comments on commit ad3cf39

Please sign in to comment.