We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8291 commit 03a198eCopy full SHA for 03a198e
CHANGELOG.md
@@ -4,6 +4,16 @@ Changes for each release are listed in this file.
4
5
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
6
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
17
## v0.3.1 (2024-09-16)
18
19
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.0..v0.3.1)
lib/simplecov-rspec/version.rb
@@ -3,6 +3,6 @@
3
module Simplecov
class Rspec
# This gem's version
- VERSION = '0.3.1'
+ VERSION = '0.3.2'
end
0 commit comments