Skip to content

Commit

Permalink
feat: prepare v0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jan 16, 2025
1 parent b471d57 commit 37318e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,25 @@ 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]
### 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.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
- Binaries are not automatically stripped anymore, this should be done when packaging
- Remove all references to `cartesi/toolchain` Docker image
- Avoid using `cttyhack` in `cartesi-init` to support Alpine Linux
- Increased JsonConfig limit in `rollup-http-server`
- Removed pinning of package versions from all Dockerfiles

### Removed
- Removed all Debian packaging from this repository build system

## [0.16.1] - 2024-08-12
### Fixed
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#

MAJOR := 0
MINOR := 16
PATCH := 2
LABEL := -test2
MINOR := 17
PATCH := 0
LABEL := -test1
VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

TOOLS_TARGZ := machine-guest-tools-v$(VERSION).tar.gz
Expand Down

0 comments on commit 37318e8

Please sign in to comment.