Skip to content

Commit 94b8d21

Browse files
committed
doc: update CHANGELOG.md
1 parent bed47c6 commit 94b8d21

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.18.0] - 2023-10-10
10+
### Changed
11+
- Enabled trust bootloader rng and hugetlbfs support
12+
- Replaced MTD flash drives with PMEM drives
13+
14+
### Added
15+
- Added a checksum to released files
16+
917
## [0.17.0] - 2023-08-14
1018
### Added
1119
- Added support for building ARM64 images with depot.dev
@@ -78,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7886
- [0.2.0]
7987
- [0.1.0]
8088

81-
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.17.0...HEAD
89+
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.18.0...HEAD
90+
[0.18.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.18.0
8291
[0.17.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.17.0
8392
[0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
8493
[0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.PHONY: all build download push run pull share copy clean clean-config checksum
1818

1919
MAJOR := 0
20-
MINOR := 17
20+
MINOR := 18
2121
PATCH := 0
2222
LABEL :=
2323
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

0 commit comments

Comments
 (0)