Skip to content

Commit 8bc7c70

Browse files
committed
Update CHANGELOG.md
- Also change the clean target to remove all rootfs*.ext2 files
1 parent dad699d commit 8bc7c70

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.15.0] - 2022-11-18
810
### Changed
911
- Enabled use of floating-point instructions
1012
- Updated toolchain to v0.12.0
1113
- Updated Linux Kernel to v5.15.63-ctsi-1
1214
- Reduced ext2 image size to 68MB
15+
- Updated machine-emulator-tools to v0.9.0
1316

1417
## [0.14.1] - 2022-09-08
1518
### Changed
@@ -74,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7477
- [0.2.0]
7578
- [0.1.0]
7679

77-
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.14.1...HEAD
80+
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.15.0...HEAD
81+
[0.15.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.15.0
7882
[0.14.1]: https://github.com/cartesi/image-rootfs/releases/tag/v0.14.1
7983
[0.14.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.14.0
8084
[0.13.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.13.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ clean-config:
8787
rm -f ./cartesi-buildroot-config ./cartesi-busybox-fragment
8888

8989
clean: clean-config
90-
rm -f $(ROOTFS_FILENAME)
90+
rm -f rootfs*.ext2
9191

9292
copy:
9393
ID=`docker create $(IMG)` && docker cp $$ID:$(ART) . && docker rm -v $$ID

0 commit comments

Comments
 (0)