v0.10.0
Highlights: this release adds support for a new top-level essential
field in the slice definitions file. It also introduces a new Chisel command - find
- for looking up slices in any given release, by package and/or slice name.
What's Changed
- refactor: filter created entries for report by @letFunny in #124
- chore: bump golang.org/x/crypto to v0.21.0 by @rebornplusplus in #130
- fix: parent directory permissions by @letFunny in #128
- chore: add noble as separate github action by @letFunny in #132
- feat: essential field for packages by @letFunny in #127
- feat: support for several slices of the same package by @letFunny in #134
- refactor: split slicer into steps and remove unnecessary state by @letFunny in #136
- feat: report mutated files by @letFunny in #131
- feat: add find command by @rebornplusplus in #99
- chore: enable noble spread tests by @letFunny in #141
- hotfix: use strings.TrimPrefix() for relative paths by @rebornplusplus in #145
Full Changelog: v0.9.1...v0.10.0