Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Jul 24, 2024
1 parent e208634 commit 50cbbc2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ machine-emulator-tools-*.tar.gz
machine-emulator-tools-*.deb
rootfs.*
libcmt-*.*
package.json
*.bin

# Prerequisites
*.d
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

MAJOR := 0
MINOR := 15
MINOR := 16
PATCH := 0
LABEL :=
VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)
Expand Down

0 comments on commit 50cbbc2

Please sign in to comment.