Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Aug 30, 2024
1 parent ec73b76 commit c31f3e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [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!
*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

* Nicklas Frahm

### Changes
<details><summary>2 commits</summary>
<p>

* [`ec73b76`](https://github.com/siderolabs/sbc-rockpi/commit/ec73b76d530432e4b8bd7d1361739eda1b7ca31f) feat(nanopi-r5s): add overlay for `nanopi-r5s`
* [`ac199cf`](https://github.com/siderolabs/sbc-rockpi/commit/ac199cf19aff8538680f315c81d303e097c21574) fix(nanopi-r4s): fix u-boot path in installer
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.1.0-beta.3](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.3)

## [sbc-rockpi 0.1.0-beta.3](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.3) (2024-08-08)

Welcome to the v0.1.0-beta.3 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.2"
previous = "v0.1.0-beta.3"
pre_release = true

# [notes]

0 comments on commit c31f3e9

Please sign in to comment.