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 13, 2023
1 parent db59785 commit 44ddfa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0] - 2023-10-13
### Changed
- Updated machine-emulator-tools to v0.13.0

## [0.18.0] - 2023-08-12
### Added
- Added support for amd64 and arm64 builds with depot.dev
Expand Down Expand Up @@ -97,7 +101,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-rootfs/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.19.0
[0.18.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.18.0
[0.17.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.17.0
[0.16.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.16.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BUSYBOX_CONFIG ?= configs/default-busybox-fragment
RISCV_ARCH ?= rv64gc
RISCV_ABI ?= lp64d

ROOTFS_VERSION ?= v0.18.0
ROOTFS_VERSION ?= v0.19.0
ROOTFS_FILENAME ?= rootfs-$(ROOTFS_VERSION).ext2

CONTAINER_BASE := /opt/cartesi/rootfs
Expand Down

0 comments on commit 44ddfa4

Please sign in to comment.