diff --git a/.gitignore b/.gitignore index 7f5453b..ec1aa91 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 5e9607b..4f07125 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 6bbfd3e..1cc50cb 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # MAJOR := 0 -MINOR := 15 +MINOR := 16 PATCH := 0 LABEL := VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)