-
Notifications
You must be signed in to change notification settings - Fork 97
chore: prepare v0.8.11 release #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||
|
|
||||
|
|
||||
| ## [Unreleased] | ||||
| ## [0.8.11] - 2026-04-06 | ||||
|
|
||||
| ### Added | ||||
|
|
||||
| - Artifactory archive entry download for virtual file packages (#525) | ||||
|
|
||||
|
Comment on lines
+13
to
14
|
||||
| - Artifactory archive entry download for virtual file packages (#525) |
Copilot
AI
Apr 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This release includes a security fix (#596) but it is currently filed under ### Fixed. To match the changelog's type groupings, add a ### Security section for 0.8.11 and move the symlink traversal entry there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog release sections should keep a top-level
## [Unreleased]header (even if empty) and then add the new## [0.8.11] - 2026-04-06section beneath it. Right now[Unreleased]was removed entirely, which breaks the project changelog structure and makes it harder to stage upcoming entries.