Skip to content

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 04 May 23:38
· 42 commits to main since this release
ae88c30

Update

zdev self-update

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/0ploy/zdev/main/install.sh | sh

Tests

  • Add TestProject_PerServiceLifecycle integration test (-tags=integration) that exercises StartService / StopService / RestartService against real Docker on the multi-service testdata/projects/full fixture. Verifies the per-service variants only touch the named container, leave siblings untouched, and error cleanly on unknown service names without Docker side effects. Closes a coverage gap from v0.7.2-v0.7.4 where these methods only had mock-runtime unit tests.