Skip to content

Release 0.1.0 - #10

Merged
cjunius merged 1 commit into
mainfrom
release/0.1.0
Aug 30, 2026
Merged

cjunius merged 1 commit into
mainfrom
release/0.1.0

Conversation

@cjunius

@cjunius cjunius commented Aug 30, 2026

Copy link
Copy Markdown
Owner

Summary

Cuts the first release.

  • CHANGELOG.md: ## [Unreleased] rolled into ## [0.1.0] - 2026-08-30, fresh
    empty ## [Unreleased] added, plus compare / tag link definitions.
  • __version__ was already 0.1.0 (single-sourced in src/pychess/__init__.py).

No code changes.

After merge

git checkout main && git pull
git tag -a v0.1.0 -m "v0.1.0" && git push origin v0.1.0
gh release create v0.1.0 --title "v0.1.0" --notes-file <(awk '/^## \[0.1.0\]/{f=1;next} /^## \[/{f=0} f' CHANGELOG.md)

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 — pychess runs
and reports 0.1.0.

🤖 Generated with Claude Code

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>
Copilot AI lite review requested due to automatic review settings August 30, 2026 13:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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-30 and 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.

@cjunius
cjunius merged commit a8baeb2 into main Aug 30, 2026
7 checks passed
@cjunius
cjunius deleted the release/0.1.0 branch August 30, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants