1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00

chore: 0.34.1

This commit is contained in:
Marcin Rataj
2025-03-24 01:45:08 +01:00
parent ca2090e760
commit 8bf2aac931
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Kubo changelog v0.34
- [v0.34.0](#v0340)
- [v0.34.1](#v0341)
## v0.34.0
@ -438,3 +439,17 @@ Use [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config
| Rod Vagg | 1 | +1/-1 | 1 |
| Ian Davis | 1 | +1/-1 | 1 |
| Fabio Bozzo | 1 | +1/-1 | 1 |
## v0.34.1
- [Overview](#overview)
- [🔦 Highlights](#-highlights)
- [📦️ Important dependency updates](#-important-dependency-updates)
### Overview
### 🔦 Highlights
#### 📦️ Important dependency updates
- update `quic-go` to [v0.50.1](https://github.com/quic-go/quic-go/releases/tag/v0.50.1)

View File

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