diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fba18..0162142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0] - 2024-04-15 +### Changed +- Updated linux kernel to v6.5.13-ctsi-1 +- Added libclang-dev to the docker image +- Updated xgenext2fs to 1.5.6 +- Updated rustup to 1.27.0 +- Updated rust to 1.77.2 + +## [0.16.1] - 2024-10-08 +### Changed +- Updated debian bookworm base image +- Updated xgenext2fs to 1.5.5 +- Updated rustup to 1.27.0 +- Updated rust to 1.77.2 + ## [0.16.0] - 2023-11-30 ### Changed - Updated linux kernel to v6.5.9-ctsi-1 @@ -22,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.15.0] - 2023-08-11 ### Added - Added support for Linux/ARM64 images -- Added support fot the GitHub registry +- Added support for the GitHub registry - Added support for building multiple toolchains (RV64G and RV64IMA) ### Changed @@ -114,7 +129,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [0.2.0] - [0.1.0] -[Unreleased]: https://github.com/cartesi/image-toolchain/compare/v0.16.0...HEAD +[Unreleased]: https://github.com/cartesi/image-toolchain/compare/v0.17.0...HEAD +[0.17.0]: https://github.com/cartesi/image-toolchain/releases/tag/v0.17.0 +[0.16.1]: https://github.com/cartesi/image-toolchain/releases/tag/v0.16.1 [0.16.0]: https://github.com/cartesi/image-toolchain/releases/tag/v0.16.0 [0.15.0]: https://github.com/cartesi/image-toolchain/releases/tag/v0.15.0 [0.14.0]: https://github.com/cartesi/image-toolchain/releases/tag/v0.14.0