chore(release): prepare 0.1.1 - #16
Merged
Merged
Conversation
0.1.0 is on PyPI without the rate catalog, so every install of it prices each turn at $0.00. That is the release this exists to replace; the changelog leads with it. Version bumped in pyproject and the lock. The Homebrew formula's url moves to 0.1.1; its sha256 stays a placeholder because the digest is not knowable until the sdist is published, and a wrong digest failing loudly beats installing an unverified tarball — the command to fill it in is in the file. Not tagged here. Pushing a v* tag triggers the publish workflow, so tagging is publishing, and that is a decision to make deliberately rather than a side effect of merging this. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
contactacefleetdev
force-pushed
the
chore/release-0.1.1
branch
from
August 15, 2026 20:47
d072977 to
c8acdd9
Compare
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.
Description
Version bumped in pyproject and the lock. The Homebrew formula's url moves to 0.1.1; its sha256 stays a placeholder because the digest is not knowable until the sdist is published, and a wrong digest failing loudly beats installing an unverified tarball — the command to fill it in is in the file.
Not tagged here. Pushing a v* tag triggers the publish workflow, so tagging is publishing, and that is a decision to make deliberately rather than a side effect of merging this.
Type of Change
Verification
Describe the tests and checks performed to verify changes:
pytestpasses cleanly.python -m buildandtwine check dist/*pass.scripts/e2e_test.pypasses.Checklist
CHANGELOG.mdwith my changes.