Skip to content

Commit

Permalink
doc: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Also bump version to 0.15.1
  • Loading branch information
vfusco committed Aug 17, 2023
1 parent 8bfb6b9 commit 3f55adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f55adf

Please sign in to comment.