From 3f55adf7c0a44e5bbb0b5cd8709da21cfdb06b3f Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:37:40 -0300 Subject: [PATCH] doc: Update CHANGELOG.md Also bump version to 0.15.1 --- CHANGELOG.md | 5 ++++- src/Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5159040..7bde06add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.15.1] - 2023-08-17 ### Fixed - Fixed the list of files on the strip and patch installation step @@ -309,7 +311,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/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/cartesi/machine-emulator/compare/v0.15.1...HEAD +[0.15.1]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.1 [0.15.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.0 [0.14.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.14.0 [0.13.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.13.0 diff --git a/src/Makefile b/src/Makefile index c5c148619..7348e77fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ EMULATOR_MARCHID=15 # Every new emulator release should bump these constants EMULATOR_VERSION_MAJOR=0 EMULATOR_VERSION_MINOR=15 -EMULATOR_VERSION_PATCH=0 +EMULATOR_VERSION_PATCH=1 EMULATOR_VERSION_LABEL= UNAME:=$(shell uname)