Skip to content

Commit

Permalink
chore: release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Dec 5, 2023
1 parent 9489f72 commit 167b334
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.1] - 2023-12-05
### Fix
- Remove the path from linux headers tarball contents.
- Use *all* as architecture in the deb control file.

## [0.19.0] - 2023-11-30
### Changed
- Bump toolchain base image to v0.16.0
Expand Down Expand Up @@ -104,7 +109,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-kernel/compare/v0.19.0...HEAD
[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
[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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

Expand Down

0 comments on commit 167b334

Please sign in to comment.