release: 0.2.1 - #102
Merged
Merged
Conversation
Bumps pyproject.toml and __version__ to 0.2.1, moves the Unreleased CHANGELOG entries under the new version heading. Covers the health- check timeout fix (#86/#97), the streamlit version pin (#84/#99), and the pytest-asyncio dev dependency (#100). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
pyproject.tomlandsrc/tokenops/__init__.py[Unreleased]entries under[0.2.1] - 2026-09-04Covers since 0.2.0:
streamlitpinned to>=1.38,<2instead of unbounded (Pin the streamlit dependency range instead of leaving it unbounded #84, Pin streamlit to a tested range instead of an unbounded lower bound #99)pytest-asynciodeclared as a dev dependency (test: declare pytest-asyncio as a dev dependency #100)Test plan
Once merged, run Actions -> Release -> Run workflow on `main` to tag, build, and publish to PyPI via Trusted Publishing.
🤖 Generated with Claude Code