chore: start v0.39.0 release cycle
- bump version to v0.39.0-dev - add v0.39 changelog template - update CHANGELOG.md with v0.39 link
Marcin Rataj committed
Sep 19, 2025 at 20:20 UTC
22f03772eee616467736dc33ef226a0a2c53e4eb
3 files changed
+27
-1
CHANGELOG.md
+1
@@ -1,5 +1,6 @@
1
# Kubo Changelogs
2
3
+- [v0.39](docs/changelogs/v0.39.md)
4
- [v0.38](docs/changelogs/v0.38.md)
5
- [v0.37](docs/changelogs/v0.37.md)
6
- [v0.36](docs/changelogs/v0.36.md)
docs/changelogs/v0.39.md
new
+25
@@ -0,0 +1,25 @@
1
+# Kubo changelog v0.39
2
+
3
+<a href="https://ipshipyard.com/"><img align="right" src="https://github.com/user-attachments/assets/39ed3504-bb71-47f6-9bf8-cb9a1698f272" /></a>
4
+
5
+This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
6
+
7
+- [v0.39.0](#v0390)
8
+
9
+## v0.39.0
10
+
11
+- [Overview](#overview)
12
+- [🔦 Highlights](#-highlights)
13
+- [📦️ Important dependency updates](#-important-dependency-updates)
14
+- [📝 Changelog](#-changelog)
15
+- [👨👩👧👦 Contributors](#-contributors)
16
+
17
+### Overview
18
+
19
+### 🔦 Highlights
20
+
21
+### 📦️ Important dependency updates
22
+
23
+### 📝 Changelog
24
+
25
+### 👨👩👧👦 Contributors
\ No newline at end of file
version.go
+1
-1
@@ -11,7 +11,7 @@ import (
11
var CurrentCommit string
12
13
// CurrentVersionNumber is the current application's version literal.
14
-const CurrentVersionNumber = "0.38.0-dev"
14
+const CurrentVersionNumber = "0.39.0-dev"
15
16
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17