Skip to content

Commit

Permalink
release(v0.1.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.0 release.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Dec 2, 2024
1 parent 2909d0b commit c922a6f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>2 commits</summary>
<p>

* [`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
</p>
</details>

### 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!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit c922a6f

Please sign in to comment.