Release 0.1.0 - #10
Merged
Merged
Conversation
Roll CHANGELOG `[Unreleased]` into `[0.1.0] - 2026-08-30` and add compare/tag links. `__version__` was already 0.1.0. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is limited to a well-formed changelog update for the release with no code or behavior impact.
Pull request overview
Prepares the repository for the first tagged release (v0.1.0) by rolling the existing changelog content into a dated 0.1.0 section and adding the appropriate reference links, without changing engine code.
Changes:
- Rolled
## [Unreleased]entries into## [0.1.0] - 2026-08-30and added an empty## [Unreleased]section. - Added link definitions for
[Unreleased](compare) and[0.1.0](tag).
File summaries
| File | Description |
|---|---|
| CHANGELOG.md | Finalizes release notes for 0.1.0 and adds reference links for the release and ongoing development. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 release.
CHANGELOG.md:## [Unreleased]rolled into## [0.1.0] - 2026-08-30, freshempty
## [Unreleased]added, plus compare / tag link definitions.__version__was already0.1.0(single-sourced insrc/pychess/__init__.py).No code changes.
After merge
Testing
On Python 3.14.7:
ruff check,ruff format --check,mypy(strict),pytest(80 pass, 91% coverage), and
pip install .in a clean venv —pychessrunsand reports
0.1.0.🤖 Generated with Claude Code