Skip to content

Commit

Permalink
Bump to v1.0.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Dec 30, 2023
1 parent fcc9e81 commit 5277731
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]

## v1.0.0 (2023-12-30)
[no unreleased changes yet]

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 (1.0.0)
simple_cov-formatter-terminal (1.0.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 = '1.0.0'
VERSION = '1.0.1.alpha'
end
# rubocop:enable Style/StaticClass

0 comments on commit 5277731

Please sign in to comment.