diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc75694..b6977dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Changes for each release are listed in this file. This project adheres to [Semantic Versioning](https://semver.org/) for its releases. +## [0.4.2](https://github.com/main-branch/simplecov-rspec/compare/v0.4.1...v0.4.2) (2025-04-17) + + +### Bug Fixes + +* Do not trigger build workflows after merging to main or for release PRs ([6ff9a4c](https://github.com/main-branch/simplecov-rspec/commit/6ff9a4ca3cff10079f04e2dab4c6191e27dfa860)) + ## [0.4.1](https://github.com/main-branch/simplecov-rspec/compare/v0.4.0...v0.4.1) (2025-04-16) diff --git a/lib/simplecov-rspec/version.rb b/lib/simplecov-rspec/version.rb index cda3a7f..9ab79c7 100644 --- a/lib/simplecov-rspec/version.rb +++ b/lib/simplecov-rspec/version.rb @@ -3,6 +3,6 @@ module Simplecov class Rspec # This gem's version - VERSION = '0.4.1' + VERSION = '0.4.2' end end