chore(release): 0.18.0 - #523
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThis pull request increments the project to version 0.18.0, updating version constants and package manifest versions. CHANGELOG.md receives a new [0.18.0] release entry dated 2026-03-07 with Added, Changed, Fixed, and Security subsections. The docs/site roadmap is reorganized: phases are renumbered, consolidated, and references adjusted. No public API signatures or exported entities were changed. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Remove "Parallel Execution — Advanced Patterns" phase (no longer planned), strip already-completed "Foundation in place" items from remaining phases, and renumber phases 5-13 → 4-12. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 10-35: The changelog added the "## [0.18.0] - 2026-03-07" release
header but did not update the reference link definitions at the bottom (leaving
[Unreleased] still comparing from v0.16.0 and no [0.18.0] link), breaking
release diff links; update CHANGELOG.md reference footers so [Unreleased]
compares from the new tag (e.g., v0.18.0...HEAD) and add a [0.18.0] comparison
link (e.g., v0.17.0...v0.18.0) matching the release date, and then ensure the
package versions are synced across pyproject.toml, amelia/__init__.py,
dashboard/package.json, and docs/site/package.json to reflect 0.18.0.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e97898fb-4323-4411-b6b3-4dec6d97228b
📒 Files selected for processing (5)
CHANGELOG.mdamelia/__init__.pydashboard/package.jsondocs/site/package.jsonpyproject.toml
[Unreleased] was still comparing from v0.16.0 and the 0.17.0/0.18.0 comparison links were missing entirely. Co-Authored-By: Claude <noreply@anthropic.com>
Summary
Post-merge steps
After merging, run:
Generated with Claude Code