Skip to content

Commit 9e89445

Browse files
authored
fix: bump zad-cli to v0.5.0 (#48)
Pulls in v2 deployment read endpoints, mutation confirmations, faster describe, and error/validation fixes shipped in v0.4.0 and v0.5.0 upstream.
1 parent 6734468 commit 9e89445

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Changed
11+
- Bump zad-cli from v0.3.0 to v0.5.0 (v2 deployment read endpoints, mutation confirmations, faster `describe`, plus error/validation fixes)
1112
- Bump `softprops/action-gh-release` from v2 to v3 in release workflow (moves release job to Node 24 runtime)
1213

1314
## [4.0.3] - 2026-04-21

scripts/zad-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Install zad-cli if not already available.
77
# Pin to a specific version tag to prevent breaking changes.
8-
ZAD_CLI_VERSION="v0.3.0"
8+
ZAD_CLI_VERSION="v0.5.0"
99

1010
install_zad_cli() {
1111
if command -v zad >/dev/null 2>&1; then

0 commit comments

Comments
 (0)