Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 12, 2024
1 parent 9a74d4b commit b7efb64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.1] - 2024-08-12
### Changed
- Updated test rootfs to 0.16.1

## [0.18.0] - 2024-08-08
### Added
- Makefile target `create-generated-files-patch` to generate `add-generated-files.diff` patch
Expand Down Expand Up @@ -471,7 +475,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.18.0...HEAD
[Unreleased]: https://github.com/cartesi/machine-emulator/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/cartesi/machine-emulator/releases/tag/v0.18.1
[0.18.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.18.0
[0.17.0]: https://github.com/cartesi/machine-emulator/releases/tag/v0.17.0
[0.16.1]: https://github.com/cartesi/machine-emulator/releases/tag/v0.16.1
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=18
# Every new emulator release should bump these constants
EMULATOR_VERSION_MAJOR=0
EMULATOR_VERSION_MINOR=18
EMULATOR_VERSION_PATCH=0
EMULATOR_VERSION_PATCH=1
EMULATOR_VERSION_LABEL=

TARGET_OS?=$(shell uname)
Expand Down

0 comments on commit b7efb64

Please sign in to comment.