Skip to content

Commit b04b5de

Browse files
committed
release(v0.1.0-beta.2): prepare release
This is the official v0.1.0-beta.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 7984bef commit b04b5de

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## [sbc-rockpi 0.1.0-beta.2](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.2) (2024-07-04)
2+
3+
Welcome to the v0.1.0-beta.2 release of sbc-rockpi!
4+
*This is a pre-release of sbc-rockpi*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/sbc-rockpi/issues.
10+
11+
### Contributors
12+
13+
* Andrey Smirnov
14+
* Boran Car
15+
* Enrique Hernández Bello
16+
17+
### Changes
18+
<details><summary>4 commits</summary>
19+
<p>
20+
21+
* [`3f1f619`](https://github.com/siderolabs/sbc-rockpi/commit/3f1f6192427ae5c89fa55bd5ace87e9b9b7094e1) release(v0.1.0-beta.2): prepare release
22+
* [`7984bef`](https://github.com/siderolabs/sbc-rockpi/commit/7984befbd0706fd8aacf87745813c51991b86c1c) feat: update dependencies
23+
* [`8b17bba`](https://github.com/siderolabs/sbc-rockpi/commit/8b17bba511d056303e485ab40da51db8a42f02a8) feat: add rock-4se
24+
* [`bcd5ceb`](https://github.com/siderolabs/sbc-rockpi/commit/bcd5ceba8884821660f42283dd99aa1598a7f82f) fix: update u-boot to 2024.07-rc4
25+
</p>
26+
</details>
27+
28+
### Dependency Changes
29+
30+
This release has no dependency changes
31+
32+
Previous release can be found at [v0.1.0-beta.1](https://github.com/siderolabs/sbc-rockpi/releases/tag/v0.1.0-beta.1)
33+

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "sbc-rockpi"
55
github_repo = "siderolabs/sbc-rockpi"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
# previous = -
9-
# pre_release = true
8+
previous = "v0.1.0-beta.1"
9+
pre_release = true
1010

1111
# [notes]

0 commit comments

Comments
 (0)