From 2bcbf8cc409040c0f9c57472df02e096bdcb18fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:52:49 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From e8006f6c59ed7ded5980dcca57eb595438403fca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:52:49 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be0a7c..ec5af0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 +### Other Changes +- chore(deps): bump actions/checkout from 4 to 5 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/exec/pull/9 + ## [v0.3.0](https://github.com/k1LoW/exec/compare/v0.2.0...v0.3.0) (2024-05-30) * Support cmd.Cancel [#6](https://github.com/k1LoW/exec/pull/6) ([k1LoW](https://github.com/k1LoW))