Skip to content

[release] Release v0.7 - #547

Merged
Breakthrough merged 8 commits into
mainfrom
releases/0.7
May 3, 2026
Merged

[release] Release v0.7#547
Breakthrough merged 8 commits into
mainfrom
releases/0.7

[dist] Simplify signed artifact packaging

38d6a9e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 3, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 34 in scripts/_release_common.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.