Skip to content

Commit

Permalink
Bump to v0.3.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Nov 20, 2023
1 parent cba4ccf commit ea2c196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
[no unreleased changes yet]

## v0.3.0 (2023-11-19)

- Print only uncovered lines by default
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_cov-formatter-terminal (0.3.0)
simple_cov-formatter-terminal (0.3.1.alpha)
activesupport (>= 7.0.4, < 8)
memo_wise (>= 1.7.0, < 2)
rouge (>= 4.0.0, < 5)
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_cov/formatter/terminal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module SimpleCov::Formatter; end

# rubocop:disable Style/StaticClass
class SimpleCov::Formatter::Terminal
VERSION = '0.3.0'
VERSION = '0.3.1.alpha'
end
# rubocop:enable Style/StaticClass

0 comments on commit ea2c196

Please sign in to comment.