chore(release): prepare 0.11.0 beta#258
Conversation
Greptile SummaryThis is a standard release-preparation PR that bumps the package version to
Confidence Score: 4/5Safe to merge — all three files contain straightforward, low-risk release-bookkeeping changes. The version bump, changelog restructuring, and README refresh are all consistent with each other. The only issue is an empty CHANGELOG.md — the empty Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
CHANGELOG.md:20-21
**Empty `### Changed` section in released version**
The `[0.11.0]` block contains an empty `### Changed` header with no entries. Past released versions (e.g. `[0.10.0]`) only include `### Changed` when there are actual entries. An empty section in a published release may confuse readers and is inconsistent with the pattern elsewhere in this file — consider removing it before tagging.
Reviews (1): Last reviewed commit: "chore(release): prepare 0.11.0" | Re-trigger Greptile |
| ### Changed | ||
|
|
There was a problem hiding this comment.
Empty
### Changed section in released version
The [0.11.0] block contains an empty ### Changed header with no entries. Past released versions (e.g. [0.10.0]) only include ### Changed when there are actual entries. An empty section in a published release may confuse readers and is inconsistent with the pattern elsewhere in this file — consider removing it before tagging.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 20-21
Comment:
**Empty `### Changed` section in released version**
The `[0.11.0]` block contains an empty `### Changed` header with no entries. Past released versions (e.g. `[0.10.0]`) only include `### Changed` when there are actual entries. An empty section in a published release may confuse readers and is inconsistent with the pattern elsewhere in this file — consider removing it before tagging.
How can I resolve this? If you propose a fix, please make it concise.
Summary
hunkdiffto0.11.0-beta.0.0.11.0-beta.0release section and add missing user-visible fixes.hunk skill pathnow that 0.10.0 is already released.Validation
bun run ./scripts/check-release-version.ts v0.11.0-beta.0bun run format:checkbun run typecheckbun test src/core/cli.test.ts src/core/loaders.gitLog.test.ts src/ui/AppHost.responsive.test.tsx src/ui/AppHost.interactions.test.tsx src/ui/lib/ui-lib.test.tsThis PR description was generated by Pi using OpenAI GPT-5.1 Codex