chore: release v1.0.1 (package version alignment)#29
Merged
Conversation
Align pyproject.toml, c64py.__version__, and c64py_rust_core with the post-v1.0.0 correction release (git tag v1.0.0 omitted package bumps). Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the published Python package and optional Rust core crate versions with the intended v1.x release line by bumping embedded version metadata to 1.0.1, addressing the earlier v1.0.0 tag being created while metadata still reported 0.1.0.
Changes:
- Bump Python package version in
pyproject.tomlto1.0.1. - Bump runtime
c64py.__version__to1.0.1. - Bump Rust crate
c64py_rust_coreversion to1.0.1.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| rust/c64py-core/Cargo.toml | Updates Rust crate version to align with the 1.0.1 release line. |
| pyproject.toml | Updates Python package version metadata to 1.0.1. |
| init.py | Updates __version__ constant to 1.0.1. |
Defer TextualInterface and package re-exports until needed so `pypy3 C64.py --benchmark` works with docker/requirements-pypy-headless.txt (rich only). Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate rust/c64py-core/Cargo.lock for c64py_rust_core 1.0.1; point Homepage at cyberplant/c64py and mark Production/Stable. Co-authored-by: Cursor <cursoragent@cursor.com>
Match config.py lazy-export typing for type checkers. Co-authored-by: Cursor <cursoragent@cursor.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.toml,c64py.__version__, andc64py_rust_coreto 1.0.1TextualInterfaceand package exports soC64.py --benchmarkdoes not requiretextual(seedocker/requirements-pypy-headless.txt)The git tag
v1.0.0omitted package metadata bumps (still0.1.0) and the PyPy image failed on import. Keepv1.0.0— do not delete the GitHub Release; ship corrections as v1.0.1 (standard semver patch).Test plan
pytest test/test_headless_imports.pyv1.0.1on both repos after merge