From 6ca34e5a6bf16d98f31072980f7c0e75f38583d1 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:39:47 -0300 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1546d..77f7059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0] - 2023-11-30 +### Changed +- Updated linux kernel to v6.5.9-ctsi-1 +- Updated crosstoll-ng to 1.26.0 +- Updated gcc to 12.3.0 +- Updated rustup to 1.26.0 +- Updated rust to 1.74.0 +- Updated debian bookworm base image + ## [0.15.0] - 2023-08-11 ### Added - Added support for Linux/ARM64 images @@ -102,7 +111,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.15.0...HEAD +[Unreleased]: https://github.com/cartesi/image-toolchain/compare/v0.16.0...HEAD +[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 [0.13.0]: https://github.com/cartesi/image-toolchain/releases/tag/v0.13.0