v0.7.5
Update
zdev self-updateInstall
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/0ploy/zdev/main/install.sh | shTests
- Add
TestProject_PerServiceLifecycleintegration test (-tags=integration) that exercisesStartService/StopService/RestartServiceagainst real Docker on the multi-servicetestdata/projects/fullfixture. 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.