Skip to content

Commit

Permalink
chore: update linux headers with output unification
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Feb 16, 2024
1 parent 6951d01 commit 0694e93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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] - 2024-02-16
### Changed
- Updated linux-sources to v5.6.9-ctsi-2-output-unification-test1
- Added a value field to vouchers
- Tools are now implemented in terms of libcmt
- Added libcmt
Expand Down Expand Up @@ -135,7 +137,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-emulator-tools/compare/v0.14.1...HEAD
[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.15.0
[0.14.1]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.1
[0.14.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.0
[0.13.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM ubuntu:22.04 as tools-env
ARG IMAGE_KERNEL_VERSION=v0.19.1
ARG LINUX_VERSION=6.5.9-ctsi-1
ARG LINUX_VERSION=6.5.9-ctsi-2-output-unification-test1
ARG LINUX_HEADERS_URLPATH=https://github.com/cartesi/image-kernel/releases/download/${IMAGE_KERNEL_VERSION}/linux-libc-dev-riscv64-cross-${LINUX_VERSION}-${IMAGE_KERNEL_VERSION}.deb
ARG BUILD_BASE=/opt/cartesi

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#

MAJOR := 0
MINOR := 14
PATCH := 1
MINOR := 15
PATCH := 0
LABEL :=-dev
VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

Expand Down

0 comments on commit 0694e93

Please sign in to comment.