From 4f90b56bd643552bae88efda7fcd853d428b5a36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:41:37 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From ffb1f3a77c658b43adc9813ff01f71376c395c99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:41:39 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5af0b..53d860b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.5.0](https://github.com/k1LoW/exec/compare/v0.4.0...v0.5.0) - 2025-12-28 +### New Features 🎉 +- feat: add type and variable aliases for os/exec compatibility by @k1LoW in https://github.com/k1LoW/exec/pull/14 +### Other Changes +- chore(deps): bump actions/setup-go from 5 to 6 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/exec/pull/10 +- chore: setup tagpr labels by @k1LoW in https://github.com/k1LoW/exec/pull/11 +- chore(deps): bump actions/checkout from 5 to 6 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/exec/pull/13 + ## [v0.4.0](https://github.com/k1LoW/exec/compare/v0.3.0...v0.4.0) - 2025-08-14 ### New Features 🎉 - feat: add Type alias `ExitError` by @k1LoW in https://github.com/k1LoW/exec/pull/7