Skip to content

chore(zarr-metadata): bump version to 0.1.1#3949

Merged
d-v-b merged 3 commits intozarr-developers:mainfrom
d-v-b:chore/version-bump
May 6, 2026
Merged

chore(zarr-metadata): bump version to 0.1.1#3949
d-v-b merged 3 commits intozarr-developers:mainfrom
d-v-b:chore/version-bump

Conversation

@d-v-b
Copy link
Copy Markdown
Contributor

@d-v-b d-v-b commented May 6, 2026

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:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@d-v-b d-v-b requested a review from ilan-gold May 6, 2026 20:25
@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label May 6, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (80d45ca) to head (f1e59f6).

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -1,2 +1,2 @@
[build-system]
requires = ["hatchling>=1.29.0"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, I see that now.

@d-v-b d-v-b merged commit f9c53d5 into zarr-developers:main May 6, 2026
37 checks passed
@d-v-b d-v-b deleted the chore/version-bump branch May 6, 2026 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants