0.309     2026-05-16 01:58:24Z

  - Add [@Author::GETTY::Docker] subsection support for multi-target Docker builds
  - Docker subsections inherit `docker_image` (or use dist-name default), `docker_tags`, `docker_local` from bundle
  - Each subsection creates independent Docker::API instance with own target and tags
  - Validation: no image duplication, overlapping image names error (target is optional, only needed for multi-target Dockerfiles)
  - Default tags now include %m (major version): `latest %v %m`
  - Default behavior when no docker_image set and no image in subsection: image=dist-name, local=1 (no push)

0.308     2026-05-15 17:54:42Z

0.308     2026-05-01

  - Add docker_image, docker_build, docker_release, docker_local attributes
  - docker_local=1 adds localhost:5000/ tag variant and forces release_push=0
  - Remove deprecated phase, repository, tag, push, load attributes
  - Requires Dist::Zilla::Plugin::Docker::API 0.003 (was 0.002)