Skip to content

Commit

Permalink
Bump to v1.1.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Feb 2, 2024
1 parent f6fc147 commit 314730c
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.1.0 (2024-02-02)
- Source Ruby version from `.ruby-version` file

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

0 comments on commit 314730c

Please sign in to comment.