Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares for the v0.30.0 release by adding a new version section to the changelog. The change moves the existing "Unreleased" improvements into the v0.30.0 section to document what will be included in this release.
- Adds v0.30.0 section header to CHANGELOG.md
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ## Unreleased | ||
|
|
||
| ## v0.30.0 | ||
|
|
||
| ### Improvements |
There was a problem hiding this comment.
The changelog structure is incorrect. The v0.30.0 section should replace or come before the 'Unreleased' section, and the 'Unreleased' section should be empty or contain only new changes not part of this release. Currently, the improvements listed under line 43 will appear under both 'Unreleased' and 'v0.30.0' sections.
There was a problem hiding this comment.
false positive 😞
the current structure seems correct, unreleased section is empty (ready for future changes) and improvements are already listed under v0.30.0 section
once this merged, we can tag the merge commit as v0.30