chore: start v0.42.0 dev cycle
* chore: prepare master for v0.42.0-dev cycle * chore: add v0.43 changelog stub
Marcin Rataj committed
Apr 12, 2026 at 20:10 UTC
62c72a587bc0478bcafbe2e270924ce095c20a58
3 files changed
+24
-1
CHANGELOG.md
+1
@@ -1,5 +1,6 @@
1
# Kubo Changelogs
2
3
+- [v0.43](docs/changelogs/v0.43.md)
4
- [v0.42](docs/changelogs/v0.42.md)
5
- [v0.41](docs/changelogs/v0.41.md)
6
- [v0.40](docs/changelogs/v0.40.md)
docs/changelogs/v0.43.md
new
+22
@@ -0,0 +1,22 @@
1
+# Kubo changelog v0.43
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.43.0](#v0430)
8
+
9
+## v0.43.0
10
+
11
+- [Overview](#overview)
12
+- [🔦 Highlights](#-highlights)
13
+- [📝 Changelog](#-changelog)
14
+- [👨👩👧👦 Contributors](#-contributors)
15
+
16
+### Overview
17
+
18
+### 🔦 Highlights
19
+
20
+### 📝 Changelog
21
+
22
+### 👨👩👧👦 Contributors
version.go
+1
-1
@@ -17,7 +17,7 @@ var CurrentCommit string
17
var taggedRelease string
18
19
// CurrentVersionNumber is the current application's version literal.
20
-const CurrentVersionNumber = "0.41.0-dev"
20
+const CurrentVersionNumber = "0.42.0-dev"
21
22
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
23