Skip to content

Commit 6d34adc

Browse files
committed
release(v0.5.3): prepare release
This is the official v0.5.3 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 9613ee4 commit 6d34adc

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [bldr 0.5.3](https://github.com/siderolabs/bldr/releases/tag/v0.5.3) (2025-09-04)
2+
3+
Welcome to the v0.5.3 release of bldr!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/bldr/issues.
9+
10+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`9613ee4`](https://github.com/siderolabs/bldr/commit/9613ee4788ce2ab8308b313f57c9b3d00fdac35c) fix: update graph for build-arg support
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.5.2](https://github.com/siderolabs/bldr/releases/tag/v0.5.2)
27+
128
## [bldr 0.5.2](https://github.com/siderolabs/bldr/releases/tag/v0.5.2) (2025-08-26)
229

330
Welcome to the v0.5.2 release of bldr!

hack/release.toml

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

8-
previous = "v0.5.1"
8+
previous = "v0.5.2"
99
pre_release = false
1010

1111
# [notes]

0 commit comments

Comments
 (0)