diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index f2ecd08..9d1a25b 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7fa1cc..c2f88af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/xseman/coverage/compare/v0.1.0...v0.2.0) (2026-02-09) + + +### Features + +* support workflow_run trigger with automatic PR detection ([#5](https://github.com/xseman/coverage/issues/5)) ([fca0651](https://github.com/xseman/coverage/commit/fca0651823a9ac85b1f9db710a0648b2d7a5b2f8)) + ## 0.1.0 (2026-02-09) diff --git a/package.json b/package.json index 3c55f6c..87d48c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coverage", "description": "GitHub Action: parse coverage, post sticky PR comment with deltas", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "funding": "https://github.com/sponsors/xseman", "homepage": "https://github.com/xseman/coverage",