From 6070b82a3f5c2e058a7691e935abc46f138d2c4d Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:28:31 -0300 Subject: [PATCH] doc: Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- Makefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cf6b5a..2c9f11f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.12.0] - 2023-08-14 ### Changed - Cache build in CI - Generate binary deb with tools - Moved sbin/init -> opt/cartesi/sbin/init - Updated license/copyright notice in all source code +- Update toolchain to 0.15.0 ## [0.11.0] - 2023-04-19 ### Changed @@ -96,7 +99,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-tools/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.12.0 [0.11.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.11.0 [0.10.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.10.0 [0.9.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.9.0 diff --git a/Makefile b/Makefile index bfdd099d..87a6ec2d 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # MAJOR := 0 -MINOR := 11 +MINOR := 12 PATCH := 0 LABEL := VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)