0.8.0 (2026-08-09)
⚠ BREAKING CHANGES
- compose: projects that set COMPOSE_PROJECT_NAME or a top-level name: resolve to that name now, and names are normalized to [a-z0-9_-], so existing containers, volumes and networks created under the previous name are no longer matched. compose build tags -:latest instead of the bare service name. MockerKit: ImageInfo.size and ImageInfo.created are optional, and ComposeEvent has a new volumeRemoved case.
Features
- compose: support include:, honor project name, volumes and dry-run (8b6705a)