Skip to content

Commit 0f72371

Browse files
committed
release(v0.1.3): prepare release
This is the official v0.1.3 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent fe16967 commit 0f72371

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [sbc-rockchip 0.1.3](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.3) (2025-01-28)
2+
3+
Welcome to the v0.1.3 release of sbc-rockchip!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/sbc-rockchip/issues.
9+
10+
### OrangePi-5
11+
12+
Add support for OrangePi-5 board.
13+
14+
15+
### Contributors
16+
17+
* Laurin Streng
18+
* Louis SCHNEIDER
19+
20+
### Changes
21+
<details><summary>2 commits</summary>
22+
<p>
23+
24+
* [`fe16967`](https://github.com/siderolabs/sbc-rockchip/commit/fe16967de82f1858b5d660353044c45f3f00fcc9) feat: support skipping u-boot install
25+
* [`1b80f16`](https://github.com/siderolabs/sbc-rockchip/commit/1b80f16e00673aebd03fa8a6a20ce17954add123) feat: add orangepi-5
26+
</p>
27+
</details>
28+
29+
### Dependency Changes
30+
31+
This release has no dependency changes
32+
33+
Previous release can be found at [v0.1.2](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.2)
34+
135
## [sbc-rockchip 0.1.2](https://github.com/siderolabs/sbc-rockchip/releases/tag/v0.1.2) (2025-01-15)
236

337
Welcome to the v0.1.2 release of sbc-rockchip!

hack/release.toml

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

8-
previous = "v0.1.1"
8+
previous = "v0.1.2"
99
pre_release = false
1010

11-
# [notes]
11+
[notes]
12+
13+
[notes.orangepi]
14+
title = "OrangePi-5"
15+
description = """
16+
Add support for OrangePi-5 board.
17+
"""

0 commit comments

Comments
 (0)