Conversation
…e notes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Coverage Report✅ 87.5% overall coverage
|
There was a problem hiding this comment.
Pull request overview
Prepares the Milo CLI 0.2.1 patch release by updating project metadata and publishing release documentation/changelog updates.
Changes:
- Bumped package version from 0.2.0 to 0.2.1 across project metadata (
pyproject.toml,src/milo/__init__.py,uv.lock). - Compiled the Towncrier fragment into
CHANGELOG.mdand removed the consumed fragment. - Added release notes page at
site/content/releases/0.2.1.md.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates locked editable package version to 0.2.1. |
| src/milo/init.py | Updates runtime __version__ to 0.2.1. |
| pyproject.toml | Updates distribution version to 0.2.1. |
| CHANGELOG.md | Adds 0.2.1 release notes section. |
| changelog.d/+group-help-fix.fixed.md | Removes consumed Towncrier fragment after compilation. |
| site/content/releases/0.2.1.md | Adds website release notes for 0.2.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+6
| ## 0.2.1 — 2026-04-10 | ||
|
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Addresses PR feedback: the towncrier config produced headers like "## [0.2.1] - 2026-04-10" but all existing entries use "## 0.2.1 — 2026-04-10". Updated title_format to match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The test_debounce_retrigger_resets_timer test was flaky on macOS CI due to tight timing margins. Increased debounce delay from 0.15s to 0.2s, inner delay from 0.3s to 0.5s, and outer sleep from 0.6s to 1.0s to accommodate thread scheduling variance. Co-Authored-By: Claude Opus 4.6 <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.toml,src/milo/__init__.py, anduv.lockCHANGELOG.mdand remove consumed fragmentsite/content/releases/0.2.1.mdThe single fix in this release: group bare invocation now shows group help instead of "Unknown command", and help output lists subcommands by name instead of raw argparse internals.
🤖 Generated with Claude Code