Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(v0.1.0-beta.2): prepare release #20

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## [sbc-rockpi 0.1.0-beta.2](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.2) (2024-07-04)

Welcome to the v0.1.0-beta.2 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

* Andrey Smirnov
* Boran Car
* Enrique Hernández Bello

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

* [`3f1f619`](https://github.com/siderolabs/sbc-rockpi/commit/3f1f6192427ae5c89fa55bd5ace87e9b9b7094e1) release(v0.1.0-beta.2): prepare release
* [`7984bef`](https://github.com/siderolabs/sbc-rockpi/commit/7984befbd0706fd8aacf87745813c51991b86c1c) feat: update dependencies
* [`8b17bba`](https://github.com/siderolabs/sbc-rockpi/commit/8b17bba511d056303e485ab40da51db8a42f02a8) feat: add rock-4se
* [`bcd5ceb`](https://github.com/siderolabs/sbc-rockpi/commit/bcd5ceba8884821660f42283dd99aa1598a7f82f) fix: update u-boot to 2024.07-rc4
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

4 changes: 2 additions & 2 deletions 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 = -
# pre_release = true
previous = "v0.1.0-beta.1"
pre_release = true

# [notes]