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 21, 2023
1 parent 3e36e2e commit 1aee8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2] - 2023-08-21
### Changed

- Made emulator patch version not impact machine root hash
- Enabled line buffering for machine stdout in non-interactive mode

## [0.15.1] - 2023-08-17
### Fixed

Expand Down Expand Up @@ -311,7 +317,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.1...HEAD
[Unreleased]: https://github.com/cartesi/machine-emulator/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/cartesi/machine-emulator/releases/tag/v0.15.2
[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
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=1
EMULATOR_VERSION_PATCH=2
EMULATOR_VERSION_LABEL=

UNAME:=$(shell uname)
Expand Down

0 comments on commit 1aee8a4

Please sign in to comment.