From 50cbbc219c35b3ce484fe9e348102cf6ccbd3c73 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 | 5 +++++ Makefile | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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..4f071251 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 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)