Highlights: this major release introduces the Chisel "manifest" - a Zstandard-compressed "jsonwall" file generated by Chisel, to record information about the installed slices in the chiselled root filesystem. The new Chisel command info
is also introduced in this release. Finally, the Chisel format chisel-v1
is now deprecated.
What's Changed
- chore: update spread test to latest release changes by @letFunny in #147
- chore: update goyaml to latest version by @letFunny in #153
- feat: parse generate property in sdf by @letFunny in #143
- feat: internal manifest package by @letFunny in #144
- chore: publish release checksums by @rebornplusplus in #155
- feat: add info command by @rebornplusplus in #101
- feat: create manifest.wall by @letFunny in #142
- refactor: tune error message for invalid generate value by @letFunny in #162
- fix: info supports "generate" paths by @rebornplusplus in #163
- fix: deprecate "chisel-v1" format by @letFunny in #150
- feat: validate manifest before writing by @letFunny in #159
Full Changelog: v0.10.0...v1.0.0