From 06ffa811f8c7ca2f7077cb266a02c9a3895ff9a5 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:47:41 -0300 Subject: [PATCH] docs: Bump version and update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa39368..eeb2420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3] - 2024-01-31 +### Changed +- Updated to `machine-emulator 0.15.3` + ## [0.9.2] - 2023-08-21 ### Changed - Fixed `0.9.0` CHANGELOG @@ -48,7 +52,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-solidity-step/compare/v0.9.2...HEAD +[Unreleased]: https://github.com/cartesi/machine-solidity-step/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.3 [0.9.2]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.2 [0.9.1]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.1 [0.9.0]: https://github.com/cartesi/machine-solidity-step/releases/tag/v0.9.0 diff --git a/package.json b/package.json index 7698241..a600848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/machine-solidity-step", - "version": "0.9.2", + "version": "0.9.3", "description": "Machine Solidity UArch Interpret", "repository": { "type": "git",