Skip to content

Commit

Permalink
Bump to v0.3.2.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Nov 20, 2023
1 parent 2f73787 commit bf152ed
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.1 (2023-11-19)
### Dependencies
- Bump runger_config from 3.0.1 to 4.0.0
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.1)
simple_cov-formatter-terminal (0.3.2.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.1'
VERSION = '0.3.2.alpha'
end
# rubocop:enable Style/StaticClass

0 comments on commit bf152ed

Please sign in to comment.