From 9ba19700ec3e1174b6cd5eb8e0c5671862afd6b5 Mon Sep 17 00:00:00 2001 From: Marcelo Politzer <251334+mpolitzer@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:26:09 -0300 Subject: [PATCH] chore: update version --- .gitignore | 2 ++ CHANGELOG.md | 8 +++++++- Makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f5453b5..ec1aa91c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ machine-emulator-tools-*.tar.gz machine-emulator-tools-*.deb rootfs.* libcmt-*.* +package.json +*.bin # Prerequisites *.d diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9607bb..ba2636ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ 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.16.0] - TODO ### Changed - Updated xgenext2fs to v1.5.6 +- Updated migrated from output unification v1 to v2 +- Fixed inconsistencies in the http server api +- Updated CI actions versions ## [0.15.0] - 2024-04-19 ### Added @@ -165,7 +170,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.15.0...HEAD +[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.16.0 [0.15.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.15.0 [0.14.1]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.1 [0.14.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.0 diff --git a/Makefile b/Makefile index 6bbfd3ec..1cc50cb2 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # MAJOR := 0 -MINOR := 15 +MINOR := 16 PATCH := 0 LABEL := VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)