From 8a129c58a59a3fb6631cf91c0585ea5ba51fd5f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:51:45 +0000 Subject: [PATCH] chore(main): release 0.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3086d..5ff1852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.3...0.0.4) (2026-05-12) + + +### Bug Fixes + +* **php-tests:** make coverage opt-in; install pcov by default ([#8](https://github.com/openCoreEMR/github-workflows-public/issues/8)) ([1c845d1](https://github.com/openCoreEMR/github-workflows-public/commit/1c845d1328d41d8f1de513f028f26be84198d232)) + ## [0.0.3](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.2...0.0.3) (2026-05-12)