Skip to content

Commit 8f3be99

Browse files
committed
Bump version, update changelog
1 parent 43f0e39 commit 8f3be99

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.22.0 (2022-12-23
2+
==========
3+
4+
## Enhancements
5+
6+
* 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)!
7+
8+
## Bugfixes
9+
* 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)
10+
111
0.21.2 (2021-01-09)
212
==========
313

lib/simplecov/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCov
4-
VERSION = "0.21.2"
4+
VERSION = "0.22.0"
55
end

0 commit comments

Comments
 (0)