Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32c8336

Browse files
author
“ramfox”
committedApr 7, 2025·
chore: Release iroh-blobs version 0.34.1
1 parent d8521b4 commit 32c8336

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to iroh-blobs will be documented in this file.
44

5+
## [0.34.1](https://github.com/n0-computer/iroh-blobs/compare/v0.34.0..0.34.1) - 2025-04-07
6+
7+
### ⛰️ Features
8+
9+
- Boxed client ([#80](https://github.com/n0-computer/iroh-blobs/issues/80)) - ([d8521b4](https://github.com/n0-computer/iroh-blobs/commit/d8521b44cf148c1f6d700067726c1b4e40a0ac27))
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Update bao-tree dependency and get rid of iroh-blake3 dep ([#81](https://github.com/n0-computer/iroh-blobs/issues/81)) - ([2e823f6](https://github.com/n0-computer/iroh-blobs/commit/2e823f697a251df8d59fcda7bb3b25aa755eff6c))
14+
515
## [0.34.0](https://github.com/n0-computer/iroh-blobs/compare/v0.33.1..0.34.0) - 2025-03-18
616

717
### ⛰️ Features

‎Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-blobs"
3-
version = "0.34.0"
3+
version = "0.34.1"
44
edition = "2021"
55
readme = "README.md"
66
description = "blob and collection transfer support for iroh"

0 commit comments

Comments
 (0)
Please sign in to comment.