chore(main): release 0.20.0#3105
Conversation
There was a problem hiding this comment.
Pull request overview
Automated Release Please PR preparing the 0.20.0 release for the root Go package.
Changes:
- Adds the
0.20.0changelog section with generated feature and bug-fix notes. - Updates the Release Please manifest from
0.19.0to0.20.0.
Show a summary per file
| File | Description |
|---|---|
CHANGELOG.md |
Adds release notes for version 0.20.0. |
.release-please-manifest.json |
Bumps the tracked root package version to 0.20.0. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
d48265e to
9fd68b9
Compare
2ef3978 to
725d83b
Compare
725d83b to
2626cc2
Compare
2626cc2 to
63c8bfb
Compare
This comment has been minimized.
This comment has been minimized.
63c8bfb to
95104ba
Compare
|
Hey One note from the checklist:
Everything else looks great: the PR is focused, follows the Conventional Commits title format ( If you'd like a hand with anything related to the release: Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
Add this agentic workflows to your repoTo install this agentic workflow, run |
🤖 I have created a release beep boop
0.20.0 (2026-05-30)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Greptile Summary
This is an automated release PR generated by Release Please, bumping the version from
0.19.0to0.20.0and appending the corresponding changelog entry..release-please-manifest.json: Version field updated from"0.19.0"to"0.20.0".CHANGELOG.md: New0.20.0section added, documenting agenerate_booksfeature and two bug fixes (docker-composeJWT secret update and a recompile).Confidence Score: 5/5
This PR only updates the version manifest and changelog; no executable code is modified.
Both changed files are purely declarative — the manifest records the new version string and the changelog documents what shipped. Neither file affects runtime behavior.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Release Please Bot] -->|reads commits since v0.19.0| B[Determines semver bump] B -->|minor bump: new feature present| C[0.20.0] C --> D[Updates .release-please-manifest.json] C --> E[Appends CHANGELOG.md entry] D & E --> F[PR #3105 merged] F --> G[Tag v0.20.0 created]Reviews (8): Last reviewed commit: "chore(main): release 0.20.0" | Re-trigger Greptile