Skip to content

Commit aba4237

Browse files
committed
chore: release v0.4.3
1 parent 8efc084 commit aba4237

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.2"
2+
".": "0.4.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [0.4.3](https://github.com/main-branch/simplecov-rspec/compare/v0.4.2...v0.4.3) (2025-04-18)
8+
9+
10+
### Other Changes
11+
12+
* Configure release-please to includes all changes in the CHANGELOG ([8efc084](https://github.com/main-branch/simplecov-rspec/commit/8efc0843a8c25a1da07ac5f521a3a17808de9be5))
13+
714
## [0.4.2](https://github.com/main-branch/simplecov-rspec/compare/v0.4.1...v0.4.2) (2025-04-17)
815

916

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

0 commit comments

Comments
 (0)