Skip to content

Commit 03a198e

Browse files
committed
Release v0.3.2
Signed-off-by: James Couball <[email protected]>
1 parent 7da8291 commit 03a198e

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.3.2 (2024-09-17)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.1..v0.3.2)
10+
11+
Changes since v0.3.1:
12+
13+
* 7da8291 Update links in gemspec
14+
* c050356 Add Slack badge for this project in README
15+
* b9e3dfb Release v0.3.1
16+
717
## v0.3.1 (2024-09-16)
818

919
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.0..v0.3.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.3.1'
6+
VERSION = '0.3.2'
77
end
88
end

0 commit comments

Comments
 (0)