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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.19.0] - 2023-10-13
10
+ ### Changed
11
+ - Updated machine-emulator-tools to v0.13.0
12
+
9
13
## [ 0.18.0] - 2023-08-12
10
14
### Added
11
15
- 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
97
101
- [ 0.2.0]
98
102
- [ 0.1.0]
99
103
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
101
106
[ 0.18.0 ] : https://github.com/cartesi/image-rootfs/releases/tag/v0.18.0
102
107
[ 0.17.0 ] : https://github.com/cartesi/image-rootfs/releases/tag/v0.17.0
103
108
[ 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
25
25
RISCV_ARCH ?= rv64gc
26
26
RISCV_ABI ?= lp64d
27
27
28
- ROOTFS_VERSION ?= v0.18 .0
28
+ ROOTFS_VERSION ?= v0.19 .0
29
29
ROOTFS_FILENAME ?= rootfs-$(ROOTFS_VERSION ) .ext2
30
30
31
31
CONTAINER_BASE := /opt/cartesi/rootfs
You can’t perform that action at this time.
0 commit comments