Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.22.0, update changelog #1041

Merged
merged 5 commits into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.22.0 (2022-12-23
==========

## Enhancements

* On Ruby 3.2+, you can now use the new Coverage library feature for `eval` - See https://github.com/simplecov-ruby/simplecov/pull/1037. Thanks [@mame](https://github.com/mame)!

## Bugfixes
* Fix for making the test suite pass against the upcoming Ruby 3.2 - See https://github.com/simplecov-ruby/simplecov/pull/1035. Thanks [@mame](https://github.com/mame)

0.21.2 (2021-01-09)
==========

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion features/minitest_basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Feature:
# version seems to work.
And I set the environment variables to:
| variable | value |
| SIMPLECOV_NO_REQUIRE_VERSION | 0.21.2 |
| SIMPLECOV_NO_REQUIRE_VERSION | 0.22.0 |

When I successfully run `bundle exec rake minitest`
Then no coverage report should have been generated
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SimpleCov
VERSION = "0.21.2"
VERSION = "0.22.0"
end
8 changes: 4 additions & 4 deletions test_projects/monorepo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
simplecov (0.20.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand All @@ -21,7 +21,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
docile (1.3.4)
docile (1.4.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -36,7 +36,7 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.4)

PLATFORMS
ruby
Expand All @@ -49,4 +49,4 @@ DEPENDENCIES
simplecov!

BUNDLED WITH
2.2.2
2.3.26
8 changes: 4 additions & 4 deletions test_projects/parallel_tests/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
simplecov (0.20.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand All @@ -10,7 +10,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
docile (1.3.4)
docile (1.4.0)
parallel (1.19.2)
parallel_tests (3.1.0)
parallel
Expand All @@ -28,7 +28,7 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.4)

PLATFORMS
ruby
Expand All @@ -40,4 +40,4 @@ DEPENDENCIES
simplecov!

BUNDLED WITH
2.2.2
2.3.26
5 changes: 2 additions & 3 deletions test_projects/rails/rspec_rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
rspec-support (~> 3.9)
rspec-support (3.10.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
spring (2.1.1)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -212,7 +212,6 @@ DEPENDENCIES
byebug
capybara (>= 3.36.0)
jbuilder (~> 2.7)
public_suffix (= 4.0.7)
puma (~> 5.0)
rails (~> 6.1.4)
rspec-rails
Expand Down