Skip to content

Commit 0cceb48

Browse files
committed
fix: bump zad-cli to v0.3.0
Syncs with upstream ZAD API changes from 2026-04-20. No CLI command surface changes (only the bundled OpenAPI spec was refreshed); our callers of `deployment create`, `deployment delete`, `--output json`, `--ignore-not-found`, and `version` are unaffected. Also backfills the v4.0.2 CHANGELOG entry that was missed when #44 was tagged.
1 parent 0d3336f commit 0cceb48

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.3] - 2026-04-21
9+
10+
### Changed
11+
- Bump zad-cli from v0.2.1 to v0.3.0 (syncs with upstream ZAD API changes from 2026-04-20)
12+
13+
## [4.0.2] - 2026-04-21
14+
15+
### Changed
16+
- Bump zad-cli from v0.1.2 to v0.2.1 (fixes crash on empty task-polling response, RijksICTGilde/zad-cli#11)
17+
818
## [4.0.1] - 2026-04-07
919

1020
### Changed

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.2.1"
8+
ZAD_CLI_VERSION="v0.3.0"
99

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

0 commit comments

Comments
 (0)