From d25656b01aaedffcd4e0905de0fb32579c2fc622 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 5 Dec 2024 17:52:02 +0400 Subject: [PATCH] release(v0.1.1): prepare release This is the official v0.1.1 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ hack/release.toml | 8 ++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df81478..5212fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [sbc-rockchip 0.1.1](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.1) (2024-12-05) + +Welcome to the v0.1.1 release of sbc-rockchip! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/sbc-rockchip/issues. + +### Contributors + +* Nico Berlee + +### Changes +
1 commit +

+ +* [`ad37108`](https://github.com/siderolabs/sbc-rockchip/commit/ad371084201c0609d34b95c78b5f46f72cb2a9b7) fix: skip loading /dtb when booting from eMMC +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.1.0](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.0) + + ## [sbc-rockpi 0.1.0](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0) (2024-12-02) Welcome to the v0.1.0 release of sbc-rockpi! diff --git a/hack/release.toml b/hack/release.toml index c253b2a..e314951 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -1,11 +1,11 @@ # commit to be tagged for the new release commit = "HEAD" -project_name = "sbc-rockpi" -github_repo = "siderolabs/sbc-rockpi" +project_name = "sbc-rockchip" +github_repo = "siderolabs/sbc-rockchip" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v0.1.0-beta.4" -pre_release = true +previous = "v0.1.0" +pre_release = false # [notes]