From 35c5fc35e9b03c72737b5267291010c0d1e80439 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:28:08 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .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 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ceb6ae..bb43f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/maful/inline/compare/v0.4.0...v0.5.0) (2026-08-31) + + +### Features + +* add per-process log filtering ([#12](https://github.com/maful/inline/issues/12)) ([bccaa52](https://github.com/maful/inline/commit/bccaa52fe2177249fec9902c30ab1f63693b3d7e)) + ## [0.4.0](https://github.com/maful/inline/compare/v0.3.0...v0.4.0) (2026-08-30)