File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ BUSYBOX_CONFIG ?= configs/default-busybox-fragment
2525RISCV_ARCH ?= rv64gc
2626RISCV_ABI ?= lp64d
2727
28- ROOTFS_VERSION ?= v0.18 .0
28+ ROOTFS_VERSION ?= v0.19 .0
2929ROOTFS_FILENAME ?= rootfs-$(ROOTFS_VERSION ) .ext2
3030
3131CONTAINER_BASE := /opt/cartesi/rootfs
You can’t perform that action at this time.
0 commit comments