Skip to content

Commit c0e3cb8

Browse files
author
“ramfox”
committed
chore: Release iroh-node-util version 0.34.0
1 parent 025bb7a commit c0e3cb8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

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

5-
## [0.33.0](https://github.com/n0-computer/iroh-node-util/compare/v0.32.0..0.33.0) - 2025-02-25
5+
## [0.34.0](https://github.com/n0-computer/iroh-node-util/compare/v0.33.0..0.34.0) - 2025-03-18
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Patch to use main branch of iroh dependencies ([#12](https://github.com/n0-computer/iroh-node-util/issues/12)) - ([8f329b9](https://github.com/n0-computer/iroh-node-util/commit/8f329b931c8872a1c19b14aba5b5f269e8ea1939))
10+
- Upgrade `iroh` and `quic-rpc` ([#15](https://github.com/n0-computer/iroh-node-util/issues/15)) - ([025bb7a](https://github.com/n0-computer/iroh-node-util/commit/025bb7ade6b39617db2503138c58589f9b15bfe0))
11+
12+
## [0.33.0](https://github.com/n0-computer/iroh-node-util/compare/v0.32.0..v0.33.0) - 2025-02-25
613

714
### ⚙️ Miscellaneous Tasks
815

916
- Patch to use main branch of iroh dependencies ([#10](https://github.com/n0-computer/iroh-node-util/issues/10)) - ([872a93b](https://github.com/n0-computer/iroh-node-util/commit/872a93b5622d45a194a23eabc89740f485573f70))
1017
- Upgrade to latest `iroh` and `quic-rpc` ([#11](https://github.com/n0-computer/iroh-node-util/issues/11)) - ([33e27c0](https://github.com/n0-computer/iroh-node-util/commit/33e27c0ba97dcc4bfb7cea8dea8ca4597317fa95))
18+
- Release iroh-node-util version 0.33.0 - ([ae5de2d](https://github.com/n0-computer/iroh-node-util/commit/ae5de2d1cdc43a17cfc12186f5e45007d2e37221))
1119

1220
## [0.32.0](https://github.com/n0-computer/iroh-node-util/compare/v0.31.0..v0.32.0) - 2025-02-04
1321

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
@@ -3,7 +3,7 @@ name = "iroh-node-util"
33
description = "Utilities to build binaries containing an iroh endpoint"
44
readme = "README.md"
55
license = "MIT OR Apache-2.0"
6-
version = "0.33.0"
6+
version = "0.34.0"
77
edition = "2021"
88
authors = ["n0 team"]
99
repository = "https://github.com/n0-computer/iroh-node-util"

0 commit comments

Comments
 (0)