diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bdbf4..30f3a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0] + +### Added + +- Graceful shutdown on ^C while kernels generation. + +- Flag to set the container runtime command. + +- out-of-tree image --dry-run for printing full qemu command. + +### Changed + +- No exit at the end of the retries, will continue with the other + kernels. + +- All temporary files moved to ~/.out-of-tree/tmp/. + +### Fixed + +- Discrepancies between /lib/modules and /boot should no longer lead + to fatal errors. + +- Podman support on macOS. + ## [2.0.0] ### Breaking diff --git a/main.go b/main.go index bcf3ebe..f32f150 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,7 @@ func main() { Compact: true, }), kong.Vars{ - "version": "2.0.6", + "version": "2.1.0", }, )