Release v0.1.0#3
Merged
Merged
Conversation
- Bump pyproject.toml, reference_service/pyproject.toml, package __version__, and version regression test to 0.1.0. - Move classifier from "2 - Pre-Alpha" to "3 - Alpha". - Repoint project URLs to bionicbutterfly13/elume. - Add Changelog project URL. - Promote [Unreleased] section in CHANGELOG to [0.1.0] - 2026-05-04 with Tracks 017/020, envelope reference ops, float-hash policy, reference-service demo, and public-repo basics. - Add publish workflow that builds sdist+wheel on tag push, publishes to TestPyPI on tag, and to PyPI on GitHub release (trusted publishers).
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.
Summary
Cuts the first public release.
0.1.0acrosspyproject.toml,reference_service/pyproject.toml, package__version__, and the version regression test.bionicbutterfly13/elume; added aChangelogURL.CHANGELOG.md[Unreleased]promoted to[0.1.0] — 2026-05-04with full notes covering Tracks 017/020, envelope reference ops, float-hash policy, reference-service demo, and public-repo basics..github/workflows/publish.ymlthat builds sdist+wheel on tag push, publishes to TestPyPI on tag, and to PyPI on GitHub release via trusted publishers.Tag plan
After merge:
git tag -a v0.1.0 -m "v0.1.0"on the merge commit.git push origin v0.1.0triggers the publish workflow's build + TestPyPI step.gh release create v0.1.0triggers the PyPI publish step.Trusted-publisher config on PyPI/TestPyPI must be set up before step 2/3 actually publish — the workflow will fail loudly otherwise, no harm done.
Verification
pytest -q→ 1045 passedruff check src tests reference_service/src→ cleanuv build→ producesdist/elume-0.1.0-py3-none-any.whlandelume-0.1.0.tar.gz