chore: prepare master for v0.41.0-dev cycle
Some checks failed
CodeQL / codeql (push) Waiting to run
Docker Check / lint (push) Waiting to run
Docker Check / build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / unit-tests (push) Waiting to run
Go Test / cli-tests (push) Waiting to run
Go Test / example-tests (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
Migrations / test (macos-latest) (push) Has been cancelled
Migrations / test (ubuntu-latest) (push) Has been cancelled
Migrations / test (windows-latest) (push) Has been cancelled

This commit is contained in:
Marcin Rataj 2026-02-11 04:25:40 +01:00
parent 1f7bbcbf6a
commit 5a05621157
3 changed files with 24 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Kubo Changelogs # Kubo Changelogs
- [v0.41](docs/changelogs/v0.41.md)
- [v0.40](docs/changelogs/v0.40.md) - [v0.40](docs/changelogs/v0.40.md)
- [v0.39](docs/changelogs/v0.39.md) - [v0.39](docs/changelogs/v0.39.md)
- [v0.38](docs/changelogs/v0.38.md) - [v0.38](docs/changelogs/v0.38.md)

22
docs/changelogs/v0.41.md Normal file
View File

@ -0,0 +1,22 @@
# Kubo changelog v0.41
<a href="https://ipshipyard.com/"><img align="right" src="https://github.com/user-attachments/assets/39ed3504-bb71-47f6-9bf8-cb9a1698f272" /></a>
This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
- [v0.41.0](#v0410)
## v0.41.0
- [Overview](#overview)
- [🔦 Highlights](#-highlights)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
### Overview
### 🔦 Highlights
### 📝 Changelog
### 👨‍👩‍👧‍👦 Contributors

View File

@ -11,7 +11,7 @@ import (
var CurrentCommit string var CurrentCommit string
// CurrentVersionNumber is the current application's version literal. // CurrentVersionNumber is the current application's version literal.
const CurrentVersionNumber = "0.40.0-dev" const CurrentVersionNumber = "0.41.0-dev"
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint