Skip to content

Commit

Permalink
chore!: Release 0.20.0 (output unification)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Feb 16, 2024
1 parent ab2755a commit 745c8c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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]
- Replaced cartesi/toolchain by debian cross compiler
## [0.20.0] - 2024-02-16
### Changed
- Update Linux Kernel to v6.5.9-ctsi-2 (rollup & yield replaced by cmio)
- Replace cartesi/toolchain by debian cross compiler

## [0.19.1] - 2023-12-05
### Fix
Expand Down Expand Up @@ -110,8 +113,9 @@ 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-kernel/compare/v0.19.1...HEAD
[0.19.1]: https://github.com/cartesi/image-kernel/compare/v0.19.1
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/cartesi/image-kernel/compare/v0.20.0
[0.19.1]: https://github.com/cartesi/image-kernel/releases/tag/v0.19.1
[0.19.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.19.0
[0.18.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.18.0
[0.17.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.17.0
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
.PHONY: all build download push run pull share copy clean checksum

MAJOR := 0
MINOR := 19
PATCH := 1
MINOR := 20
PATCH := 0
LABEL :=
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

Expand All @@ -30,7 +30,7 @@ TOOLCHAIN_TAG ?= 0.16.0

DEP_DIR := dep

KERNEL_VERSION ?= 6.5.9-ctsi-1
KERNEL_VERSION ?= 6.5.9-ctsi-2
KERNEL_SRCPATH := $(DEP_DIR)/linux-${KERNEL_VERSION}.tar.gz

OPENSBI_VERSION ?= 1.3.1-ctsi-1
Expand Down

0 comments on commit 745c8c6

Please sign in to comment.