Skip to content

Commit 39829fa

Browse files
committed
docs(changelog): tighten unreleased install/action notes
1 parent 19a0ade commit 39829fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Unreleased
44

55
### Added
6-
- Official `TypedDevs/bashunit` GitHub Action: composite action to install bashunit, pinnable by commit SHA for immutable, zizmor-friendly installs (`add-to-path` and `verify-checksum` inputs, `path`/`version` outputs)
7-
- `install.sh` optional sha256 checksum verification via `BASHUNIT_VERIFY_CHECKSUM=true` (validates the download against the release `checksum` asset)
6+
- Official `TypedDevs/bashunit` GitHub Action: composite install action, pinnable by commit SHA for immutable installs (`version`, `directory`, `add-to-path`, `verify-checksum` inputs; `path`, `version` outputs) (#695)
7+
- `install.sh` sha256 checksum verification via `BASHUNIT_VERIFY_CHECKSUM=true`, validating the download against the release `checksum` asset (#695)
88

99
### Fixed
10-
- `install.sh` creates nested target directories (`mkdir -p`), so non-existing parent folders no longer fail the install
11-
- `install.sh` now fails loudly (non-zero exit, no bogus binary) when a version cannot be downloaded, instead of silently reporting success
10+
- `install.sh` fails loudly (non-zero exit, no stub binary) on a failed download and retries transient failures, instead of silently reporting success (#695)
11+
- `install.sh` creates nested target directories (`mkdir -p`) (#695)
1212

1313
## [0.37.0](https://github.com/TypedDevs/bashunit/compare/0.36.0...0.37.0) - 2026-06-03
1414

0 commit comments

Comments
 (0)