Skip to content

Commit

Permalink
Merge pull request #1041 from simplecov-ruby/co-prepare-0.22.0
Browse files Browse the repository at this point in the history
Bump version to 0.22.0, update changelog
  • Loading branch information
colszowka committed Dec 23, 2022
2 parents 43f0e39 + 26407f1 commit 8117802
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 14 deletions.
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

0 comments on commit 8117802

Please sign in to comment.