Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
- Also change the clean target to remove all rootfs*.ext2 files
  • Loading branch information
vfusco committed Nov 18, 2022
1 parent dad699d commit 8bc7c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.0] - 2022-11-18
### Changed
- Enabled use of floating-point instructions
- Updated toolchain to v0.12.0
- Updated Linux Kernel to v5.15.63-ctsi-1
- Reduced ext2 image size to 68MB
- Updated machine-emulator-tools to v0.9.0

## [0.14.1] - 2022-09-08
### Changed
Expand Down Expand Up @@ -74,7 +77,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.14.1...HEAD
[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.15.0
[0.14.1]: https://github.com/cartesi/image-rootfs/releases/tag/v0.14.1
[0.14.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.14.0
[0.13.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ clean-config:
rm -f ./cartesi-buildroot-config ./cartesi-busybox-fragment

clean: clean-config
rm -f $(ROOTFS_FILENAME)
rm -f rootfs*.ext2

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

0 comments on commit 8bc7c70

Please sign in to comment.