Highlights: this release introduces support for unmaintained and unstable Ubuntu releases via a new --ignore option. It also includes fixes for CVEs GO-2025-3956/CVE-2025-47906 and GO-2025-3922/CVE-2025-58058.
What's Changed
- fix: remove redundant check by @letFunny in #230
- feat: debug command to check release archives by @letFunny in #229
- feat: emit a warning when implicit parent conflict found by @letFunny in #232
- feat: check if implicit conflict is handled in slice definitions by @letFunny in #236
- fix: improve invalid slice name error by @gajeshbhat in #240
- Use modern Go constructs by @HadrienPatte in #215
- feat: support unmaintained and unstable Ubuntu releases by @letFunny in #238
- chore: bump versions to fix CVE by @zhijie-yang in #244
- ci: add scheduled tics code analysis workflows by @cjdcordeiro in #243
- feat: typos by @lczyk in #247
- feat: allow multiple ignores by @lczyk in #245
- feat: add v3-essential to support arch-specific essentials by @letFunny in #246
- bugfix: revert change to transitive dependencies (essential) by @letFunny in #248
New Contributors
- @gajeshbhat made their first contribution in #240
- @lczyk made their first contribution in #247
Full Changelog: v1.2.0...v1.3.0