Skip to content

Commit 44ddfa4

Browse files
committed
doc: Update CHANGELOG.md
1 parent db59785 commit 44ddfa4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.19.0] - 2023-10-13
10+
### Changed
11+
- Updated machine-emulator-tools to v0.13.0
12+
913
## [0.18.0] - 2023-08-12
1014
### Added
1115
- Added support for amd64 and arm64 builds with depot.dev
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101
- [0.2.0]
98102
- [0.1.0]
99103

100-
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.18.0...HEAD
104+
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.19.0...HEAD
105+
[0.19.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.19.0
101106
[0.18.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.18.0
102107
[0.17.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.17.0
103108
[0.16.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.16.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BUSYBOX_CONFIG ?= configs/default-busybox-fragment
2525
RISCV_ARCH ?= rv64gc
2626
RISCV_ABI ?= lp64d
2727

28-
ROOTFS_VERSION ?= v0.18.0
28+
ROOTFS_VERSION ?= v0.19.0
2929
ROOTFS_FILENAME ?= rootfs-$(ROOTFS_VERSION).ext2
3030

3131
CONTAINER_BASE := /opt/cartesi/rootfs

0 commit comments

Comments
 (0)