chore(release): bump version to 1.1.0 [DO NOT MERGE until release]#320
Draft
lstein wants to merge 2 commits into
Draft
chore(release): bump version to 1.1.0 [DO NOT MERGE until release]#320lstein wants to merge 2 commits into
lstein wants to merge 2 commits into
Conversation
Go directly to 1.1.0 (skipping 1.0.6 and 1.1.0rc1). Since 1.0.5 there have been 22 features and no breaking changes, including the signed uv-bootstrap desktop launcher (#300), UMAP cluster auto-labeling (#234), per-device UI preferences (#284), Move-to-Trash deletion (#273), and Python 3.14 support (#258) — a minor bump, not a patch. Version is single-sourced here (get_version() in args.py reads importlib.metadata). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add docs/release-notes.md (changelog-style, newest version first) summarizing the 1.1.0 changes since 1.0.5, grouped by theme. Wire it into the mkdocs nav. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
This PR bumps
pyproject.tomlto1.1.0and adds the 1.1.0 release notes. Merge it last, immediately before tagging/releasing — and only after the docs and deprecation PRs have landed, so that 1.1.0 actually contains them:Merging this early would leave
masterclaiming to be a released1.1.0while still missing those changes.What & why
Go directly to 1.1.0, skipping
1.0.6and1.1.0rc1. Since 1.0.5 there have been 22 features and no breaking changes — a minor bump, not a patch. Headline items: the signed uv-bootstrap desktop launcher (#300), UMAP cluster auto-labeling (#234), per-device UI preferences (#284), Move-to-Trash deletion (#273), and Python 3.14 support (#258). The small user base (~70 stars) and the fact that the new install system was the gate on wider publicity make anrcunnecessary.The
1.0.6rc1prerelease tag becomes a dead-end; testers on it should move to the1.1.0line.Changes
pyproject.toml:1.0.6rc1→1.1.0(single-sourced;get_version()inargs.pyreadsimportlib.metadata).docs/release-notes.md(new): changelog-style page, newest version first, summarizing 1.1.0 grouped by theme. Wired into the mkdocs nav.🤖 Generated with Claude Code