chore: prepare 0.1.0 stable release#18
Merged
Volv-G merged 1 commit intoJul 6, 2026
Merged
Conversation
Assisted-By: devx/9c4ad24f-24d3-4eb9-8747-dbf53e3221df
This was referenced Jul 6, 2026
Closed
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
0.1.0release for both packages.tangle-cli==0.1.0andtangle-api==0.1.0.tangle-clidependency pinned to the matchingtangle-api==0.1.0.[native]compatibility/no-op alias and preservestangle-apias a leaf package.Issue
Addresses #13 by preparing the stable public package release used by the updated Tangent skill
uvx/ published-package guidance.Tests
uv run pytest tests/test_packaging.py -quv lock --checkuv run pytest -qgit diff --checkuv build --sdist --wheel --out-dir /tmp/tangle-0.1.0-distuv build --package tangle-api --sdist --wheel --out-dir /tmp/tangle-0.1.0-distRelease plan
After merge, create and push tag
v0.1.0on the merge commit so the release workflow publishes bothtangle-cli==0.1.0andtangle-api==0.1.0.