You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,6 @@ All notable changes to this project will be documented in this file
23
23
- Fix `KSP_VERSION_MAX` getting mangled when using an existing version file (#64)
24
24
- Fix incorrect behavior when building without a solution (#50)
25
25
26
-
### Docs
27
-
28
-
- Fixed git submodule example to work even for tagged releases (#49)
29
-
30
26
### Actions
31
27
32
28
- 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
36
32
-`assemble-release` action: `outputs.artifact-path` now includes the `.zip` extension (#51)
37
33
38
34
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)
0 commit comments