Skip to content

Commit 0c83228

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

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [image-factory 0.7.6](https://github.com/siderolabs/image-factory/releases/tag/v0.7.6) (2025-07-24)
2+
3+
Welcome to the v0.7.6 release of image-factory!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/image-factory/issues.
9+
10+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`6f409ec`](https://github.com/siderolabs/image-factory/commit/6f409ecd914094afe9293a23883806798a0cc5dd) fix: drop extractParams function
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.7.5](https://github.com/siderolabs/image-factory/releases/tag/v0.7.5)
27+
128
## [image-factory 0.7.5](https://github.com/siderolabs/image-factory/releases/tag/v0.7.5) (2025-07-23)
229

330
Welcome to the v0.7.5 release of image-factory!

hack/release.toml

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

8-
previous = "v0.7.4"
8+
previous = "v0.7.5"
99
# pre_release = true
1010

1111
# [notes]

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.7.4
1+
v0.7.6

0 commit comments

Comments
 (0)