Skip to content

Commit ef1a608

Browse files
committed
Release v0.3.0
Signed-off-by: James Couball <[email protected]>
1 parent 55c3812 commit ef1a608

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Changes for each release are listed in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## v0.3.0 (2024-09-14)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.2.1..v0.3.0)
10+
11+
Changes since v0.2.1:
12+
13+
* 55c3812 Output the number of lines missing coverage
14+
* 9356f64 Rename variables from "lines_not_covered" to "uncovered_lines" to be consistent
15+
* ec637c0 Fix error in README
16+
* 9d9cb0c Rearrange workflow definitions to have the name first
17+
* ac8efae Update continuous integration and experimental ruby builds
18+
* ac1da92 Use v1 tag for the semver_pr_label_check workflow
19+
* d701393 Auto-correct new Rubocop offenses
20+
* 0319f68 Update minimal Ruby version to 3.1
21+
* d6b57d1 Update code climate test coverage reporter version to v9
22+
* 02553a1 Change simplecov from a development dependency to a runtime dependency
23+
724
## v0.2.1 (2024-09-10)
825

926
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.2.0..v0.2.1)

lib/simplecov-rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Simplecov
44
class Rspec
55
# This gem's version
6-
VERSION = '0.2.1'
6+
VERSION = '0.3.0'
77
end
88
end

0 commit comments

Comments
 (0)