Skip to content

Commit

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

## [Unreleased]

## [0.18.0] - 2023-10-10
### Changed
- Enabled trust bootloader rng and hugetlbfs support
- Replaced MTD flash drives with PMEM drives

### Added
- Added a checksum to released files

## [0.17.0] - 2023-08-14
### Added
- Added support for building ARM64 images with depot.dev
Expand Down Expand Up @@ -78,7 +86,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/image-kernel/compare/v0.17.0...HEAD
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.18.0...HEAD
[0.18.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.18.0
[0.17.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.17.0
[0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
[0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.PHONY: all build download push run pull share copy clean clean-config checksum

MAJOR := 0
MINOR := 17
MINOR := 18
PATCH := 0
LABEL :=
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)
Expand Down

0 comments on commit 94b8d21

Please sign in to comment.