Skip to content

Commit abe7037

Browse files
committed
Merge branch 'main' into next
# Conflicts: # CHANGELOG.md
2 parents 2fa2a86 + 5f2889a commit abe7037

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ All notable changes to this project will be documented in this file
2323
- Fix `KSP_VERSION_MAX` getting mangled when using an existing version file (#64)
2424
- Fix incorrect behavior when building without a solution (#50)
2525

26-
### Docs
27-
28-
- Fixed git submodule example to work even for tagged releases (#49)
29-
3026
### Actions
3127

3228
- KSPBT actions used in reusable workflows are now pinned with each tag, instead of using actions from `main`. All calls to reusable workflows should be pinned to a tag to ensure the correct actions are being used. (#21)
@@ -36,6 +32,23 @@ All notable changes to this project will be documented in this file
3632
- `assemble-release` action: `outputs.artifact-path` now includes the `.zip` extension (#51)
3733

3834

35+
## 0.0.5 - 2025-11-07
36+
37+
Several non-breaking bugfixes backported from the next development version
38+
39+
### Docs
40+
41+
- Fixed git submodule example to work even for tagged releases (#49)
42+
43+
### Build
44+
45+
- BACKPORT: Fix `KSP_VERSION_MAX` getting mangled when using an existing version file (#64)
46+
47+
### Actions
48+
49+
- BACKPORT: KSPBT actions used in reusable workflows are now pinned with each tag, instead of using actions from `main`. All calls to reusable workflows should be pinned to a tag to ensure the correct actions are being used. (#21)
50+
51+
3952
## 0.0.4 - 2025-06-15
4053

4154
### Library

0 commit comments

Comments
 (0)