Skip to content

Commit 1024da0

Browse files
committed
chore: release v0.4.0
Signed-off-by: James Couball <[email protected]>
1 parent e06d866 commit 1024da0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.4.0 (2024-10-10)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.2..v0.4.0)
10+
11+
Changes since v0.3.2:
12+
13+
* e06d866 build: update create_github_release dependency
14+
* b8aafa3 docs: add conventional commit badge to README
15+
* 596b217 build: remove semver pr label check
16+
* bed5192 build: enforce conventional commit message formatting
17+
* d036188 Clarify gem installation and configuration via env variables
18+
* 1d89785 Add TargetRubyVersion in .rubocop.yml
19+
* 2017a2f Use shared Rubocop config
20+
721
## v0.3.2 (2024-09-17)
822

923
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.1..v0.3.2)

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

0 commit comments

Comments
 (0)