From df3d803eda4b9425e8b33e42494d8578a9d6b892 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:19:55 -0300 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fba18..1890f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0] - 2024-03-19 +### Changed +- Updated linux kernel to v6.5.13-ctsi-1 +- Added libclang-dev to the docker 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 +30,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 +122,8 @@ 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.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