Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down