0.6.0 (2026-06-30)
⚠ BREAKING CHANGES
- 'mocker network inspect' now returns a Docker-compatible JSON array with the moby v29.6.1 network.Inspect shape (PascalCase keys, nested IPAM, Containers map) instead of the previous lowercase NetworkInfo object. Scripts consuming '.subnet' / '.gateway' / '.containers' (string array) must migrate to '.IPAM.Config[0].Subnet' / '.IPAM.Config[0].Gateway' / '.Containers' (map). Multi-arg invocation now returns one combined array (previously single-arg only).