1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-24 02:20:52 +08:00

Merge pull request #10713 from ipfs/merge-release-v0.33.2

Merge release v0.33.2
This commit is contained in:
Marcin Rataj
2025-02-14 01:32:57 +01:00
committed by GitHub

View File

@ -2,6 +2,7 @@
- [v0.33.0](#v0330)
- [v0.33.1](#v0331)
- [v0.33.2](#v0332)
## v0.33.0
@ -455,3 +456,29 @@ Improved compatibility with third-party IPNS publishers by restoring support for
| gammazero | 6 | +41/-11 | 6 |
| Sergey Gorbunov | 1 | +14/-2 | 2 |
| Daniel Norman | 1 | +9/-0 | 1 |
## v0.33.2
### 🔦 Highlights
#### 📦️ Important dependency updates
- update `go-libp2p` to [v0.38.3](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.3)
### 📝 Changelog
<details><summary>Full Changelog</summary>
- github.com/ipfs/kubo:
- chore: v0.33.2
- github.com/libp2p/go-libp2p (v0.38.2 -> v0.38.3):
- Release v0.38.3 (#3184) ([libp2p/go-libp2p#3184](https://github.com/libp2p/go-libp2p/pull/3184))
</details>
### 👨‍👩‍👧‍👦 Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| sukun | 1 | +122/-23 | 7 |
| Marcin Rataj | 1 | +1/-1 | 1 |