zarr-metadata releases are associated with a special git tag that starts with zarr-metadata-<version>. When generating a runtime version string from a git tag, zarr reads the zarr-metadata tag and reports that as its version, leading to zarr reporting it's current version as 0.2.0.dev....
To fix this, we need zarr to exclude zarr-metadata-<version> tags in its hatch-vcs configuration.
zarr-metadata releases are associated with a special git tag that starts with
zarr-metadata-<version>. When generating a runtime version string from a git tag,zarrreads thezarr-metadatatag and reports that as its version, leading tozarrreporting it's current version as0.2.0.dev....To fix this, we need
zarrto excludezarr-metadata-<version>tags in its hatch-vcs configuration.