Skip to content

Commit ae5de2d

Browse files
author
“ramfox”
committed
chore: Release iroh-node-util version 0.33.0
1 parent 33e27c0 commit ae5de2d

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.32.0](https://github.com/n0-computer/iroh-node-util/compare/v0.31.0..0.32.0) - 2025-02-04
5+
## [0.33.0](https://github.com/n0-computer/iroh-node-util/compare/v0.32.0..0.33.0) - 2025-02-25
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- 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))
10+
- 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))
11+
12+
## [0.32.0](https://github.com/n0-computer/iroh-node-util/compare/v0.31.0..v0.32.0) - 2025-02-04
613

714
### ⚙️ Miscellaneous Tasks
815

916
- Remove individual repo project tracking ([#8](https://github.com/n0-computer/iroh-node-util/issues/8)) - ([3f6a6ab](https://github.com/n0-computer/iroh-node-util/commit/3f6a6aba3c143f96a5cc61508c87085050add45a))
1017
- Upgrade to `irohv0.32.0` ([#9](https://github.com/n0-computer/iroh-node-util/issues/9)) - ([4a2eff8](https://github.com/n0-computer/iroh-node-util/commit/4a2eff83f47cdb0ecb90309d6e300c01546ce136))
18+
- Release iroh-node-util version 0.32.0 - ([cbe464b](https://github.com/n0-computer/iroh-node-util/commit/cbe464b7122788db7484630daaade1df08aac0d0))
1119

1220
## [0.31.0](https://github.com/n0-computer/iroh-node-util/compare/v0.30.0..v0.31.0) - 2025-01-14
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.32.0"
6+
version = "0.33.0"
77
edition = "2021"
88
authors = ["n0 team"]
99
repository = "https://github.com/n0-computer/iroh-node-util"

0 commit comments

Comments
 (0)