From 0b0b6aff2b60b345111de65fa769d585b7a58378 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:47:37 -0300 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a6301..ddcbb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] - 2023-12-13 ### Changed +- Updated machine-emulator base image to v0.16.0 - Updated libboost version to 1.81 - Updated grpc-interfaces -- Updated machine-emulator-defines +- Removed machine-emulator-defines +- Look for remote-cartesi-machine in PATH - Bumped version to 0.9.0 ### Added - Added \-\-version command line option +### Fixed +- Fixed build on MacOSX with homebrew + ## [0.8.2] - 2023-08-21 ### Changed - Updated server-manager version to v0.8.2 @@ -44,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The creation of test machines was extracted from the test-server-manager to a lua script - The license changed to Apache license 2.0 -[Unreleased]: https://github.com/cartesi/server-manager/compare/v0.8.2...HEAD +[Unreleased]: https://github.com/cartesi/server-manager/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/cartesi/server-manager/releases/tag/v0.9.0 [0.8.2]: https://github.com/cartesi/server-manager/releases/tag/v0.8.2 [0.8.1]: https://github.com/cartesi/server-manager/releases/tag/v0.8.1 [0.8.0]: https://github.com/cartesi/server-manager/releases/tag/v0.8.0