Skip to content

Commit 1dab05a

Browse files
committed
Release v0.2.1
Signed-off-by: James Couball <[email protected]>
1 parent d714b58 commit 1dab05a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2.1 (2024-09-10)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.2.0..v0.2.1)
10+
11+
Changes since v0.2.0:
12+
13+
* d714b58 Simplify how the experimental ruby builds are triggered
14+
* de79d66 Use a reusable workflow for the Semver PR label check
15+
* d29ecac Add Semver PR Label workflow
16+
* 0fed875 Update the version of code climate test coverage reporter
17+
718
## v0.2.0 (2024-09-08)
819

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

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.0'
6+
VERSION = '0.2.1'
77
end
88
end

0 commit comments

Comments
 (0)