From 1aee8a43973b822ece05a86d837d5230a06366f4 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:10:45 -0300 Subject: [PATCH] doc: Update CHANGELOG.md Also bump version to 0.15.1 --- CHANGELOG.md | 9 ++++++++- src/Makefile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bde06ad..7e663dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.2] - 2023-08-21 +### Changed + +- Made emulator patch version not impact machine root hash +- Enabled line buffering for machine stdout in non-interactive mode + ## [0.15.1] - 2023-08-17 ### Fixed @@ -311,7 +317,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/machine-emulator/compare/v0.15.1...HEAD +[Unreleased]: https://github.com/cartesi/machine-emulator/compare/v0.15.2...HEAD +[0.15.2]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.2 [0.15.1]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.1 [0.15.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.0 [0.14.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.14.0 diff --git a/src/Makefile b/src/Makefile index 7348e77f..3ad01fe7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ EMULATOR_MARCHID=15 # Every new emulator release should bump these constants EMULATOR_VERSION_MAJOR=0 EMULATOR_VERSION_MINOR=15 -EMULATOR_VERSION_PATCH=1 +EMULATOR_VERSION_PATCH=2 EMULATOR_VERSION_LABEL= UNAME:=$(shell uname)