Skip to content

Commit 9ff9b3a

Browse files
committed
Release v0.2.0
Signed-off-by: James Couball <[email protected]>
1 parent 2b544ee commit 9ff9b3a

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
@@ -4,6 +4,16 @@ 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.0 (2024-09-08)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.1.0..v0.2.0)
10+
11+
Changes since v0.1.0:
12+
13+
* 2b544ee Allow the CI build to be manually triggered
14+
* 50e1b4a Rename lib/simplecov/rspec to lib/simplecov-rspec (and related files)
15+
* 0884d23 Move CI build using Ruby head to an different workflow
16+
717
## v0.1.0 (2024-09-07)
818

919
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/9fe828c..v0.1.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.1.0'
6+
VERSION = '0.2.0'
77
end
88
end

0 commit comments

Comments
 (0)