Skip to content

Commit

Permalink
chore: release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jan 29, 2025
1 parent 3b96c37 commit 9d86196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ 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.17.0] - 2025-01-29
### Added
- Allow compiling inside riscv64 envionment without cross compilation
- Allow to install all tools with `make install`
- Added delegate call voucher to rollup tools and libcmt

### Changed
- Bump dependencies versions
- Generate `rootfs.ext2.html` with licenses of all installed packages
- Generate `rootfs-tools.ext2.html` with licenses of all installed packages
- Bump Ubuntu to 24.04 LTS
- Rename repository to machine-guest-tools
- Simplified build system to make packaging easier
Expand Down Expand Up @@ -194,7 +196,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/machine-guest-tools/compare/v0.16.1...HEAD
[Unreleased]: https://github.com/cartesi/machine-guest-tools/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/cartesi/machine-guest-tools/releases/tag/v0.17.0
[0.16.1]: https://github.com/cartesi/machine-guest-tools/releases/tag/v0.16.1
[0.16.0]: https://github.com/cartesi/machine-guest-tools/releases/tag/v0.16.0
[0.15.0]: https://github.com/cartesi/machine-guest-tools/releases/tag/v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MAJOR := 0
MINOR := 17
PATCH := 0
LABEL := -test2
LABEL :=
VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

TOOLS_TARGZ := machine-guest-tools_riscv64.tar.gz
Expand Down

0 comments on commit 9d86196

Please sign in to comment.