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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.1] - 2026-07-23

### Fixed
- Non-destructive process existence checks using signal 0
- Deterministic process tests without external `sleep` or `sh` dependencies
- Strict release archive and checksum validation
- Shell completion command coverage and deduplication
- Bounded service log reading

### Changed
- CI and release workflows use the Go version declared in `go.mod`
- Release packaging uses the shared `scripts/build-release-artifacts.sh`
- Removed the unused duplicate `internal/doctor` package

## [0.1.0] - 2026-07-14

### Added
Expand Down
Loading