Skip to content

Commit

Permalink
doc: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 14, 2023
1 parent b1a19d0 commit 647549d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ 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]
## Changed

## [0.17.0] - 2023-08-14
### Added
- Added support for building ARM64 images with depot.dev

### Changed
- Make kernel build timestamp deterministic
- Updated license/copyright notice in all source code
- Updated CI downloads to public infrastructure
- Updated CI actions versions
- Added deb generation and upload to CI as artifact
- Updated toolchain to v0.15.0

## [0.16.0] - 2023-03-30
### Changed
Expand Down Expand Up @@ -72,7 +78,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.16.0...HEAD
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.17.0
[0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
[0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
[0.14.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.14.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 @@
.PHONY: all build download push run pull share copy clean clean-config checksum

MAJOR := 0
MINOR := 16
MINOR := 17
PATCH := 0
LABEL :=
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)
Expand Down

0 comments on commit 647549d

Please sign in to comment.