From c922a6f1302ef16a128d2ad42ef1255854a03b5d Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 2 Dec 2024 19:58:41 +0530 Subject: [PATCH] release(v0.1.0): prepare release This is the official v0.1.0 release. Signed-off-by: Noel Georgi --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ hack/release.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90175cff..df814782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [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! +*This is a pre-release of sbc-rockpi* + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/sbc-rockpi/issues. + +### Contributors + +* Nico Berlee +* Noel Georgi + +### Changes +
2 commits +

+ +* [`2909d0b`](https://github.com/siderolabs/sbc-rockpi/commit/2909d0be47b7254a884353aededf448bb22a5e87) chore: bump deps +* [`2087643`](https://github.com/siderolabs/sbc-rockpi/commit/2087643aab2b9b4cc036d7c7af0efb31ce0a4419) feat: add Turing RK1 support +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.1.0-beta.4](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.4) + ## [sbc-rockpi 0.1.0-beta.4](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.4) (2024-08-30) Welcome to the v0.1.0-beta.4 release of sbc-rockpi! diff --git a/hack/release.toml b/hack/release.toml index ebd0cdff..c253b2a9 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -5,7 +5,7 @@ project_name = "sbc-rockpi" github_repo = "siderolabs/sbc-rockpi" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v0.1.0-beta.3" +previous = "v0.1.0-beta.4" pre_release = true # [notes]