chore(zarr-metadata): bump version to 0.1.1#3949
Merged
d-v-b merged 3 commits intozarr-developers:mainfrom May 6, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3949 +/- ##
=======================================
Coverage 93.23% 93.23%
=======================================
Files 87 87
Lines 11696 11696
=======================================
Hits 10905 10905
Misses 791 791 🚀 New features to boost your workflow:
|
ilan-gold
approved these changes
May 6, 2026
| @@ -1,2 +1,2 @@ | |||
| [build-system] | |||
| requires = ["hatchling>=1.29.0"] | |||
Contributor
There was a problem hiding this comment.
we use https://github.com/ofek/hatch-vcs with a decent amount of success! This might explain why I think dev commit hashes are suffixed by default on to versions, hence my comment in #3935 (comment).
Contributor
Author
There was a problem hiding this comment.
We are also using vcs versioning but for zarr python. As this package is versioned independently, we will to add some logic to the git tag -> version string workflow to ensure that zarr python release tags are distinct from zarr metadata release tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
version 0.1.0 is burned on pypi in order to namesquat the package. so the first version we can publish will be 0.1.1.
TODO:
docs/user-guide/*.mdchanges/