Skip to content

Commit 3dec481

Browse files
author
“ramfox”
committed
chore: Release iroh-node-util version 0.35.0
1 parent bc0039c commit 3dec481

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

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

5-
## [0.34.0](https://github.com/n0-computer/iroh-node-util/compare/v0.33.0..0.34.0) - 2025-03-18
5+
## [0.35.0](https://github.com/n0-computer/iroh-node-util/compare/v0.34.0..0.35.0) - 2025-05-12
6+
7+
### 🧪 Testing
8+
9+
- Test for secret key roundtrip ([#14](https://github.com/n0-computer/iroh-node-util/issues/14)) - ([f8994fa](https://github.com/n0-computer/iroh-node-util/commit/f8994fa739b5e247c7ea5e7a6f41adefbb5b9146))
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Update to `iroh` v0.35 ([#16](https://github.com/n0-computer/iroh-node-util/issues/16)) - ([bc0039c](https://github.com/n0-computer/iroh-node-util/commit/bc0039c652e0d5c6bf476e1805dd98b3a16ff0e5))
14+
15+
## [0.34.0](https://github.com/n0-computer/iroh-node-util/compare/v0.33.0..v0.34.0) - 2025-03-18
616

717
### ⚙️ Miscellaneous Tasks
818

919
- 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))
1020
- 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))
21+
- Release iroh-node-util version 0.34.0 - ([c0e3cb8](https://github.com/n0-computer/iroh-node-util/commit/c0e3cb8a4e8b2bfbf2ec00d7ebe119f70a9d4c56))
1122

1223
## [0.33.0](https://github.com/n0-computer/iroh-node-util/compare/v0.32.0..v0.33.0) - 2025-02-25
1324

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.34.0"
6+
version = "0.35.0"
77
edition = "2021"
88
authors = ["n0 team"]
99
repository = "https://github.com/n0-computer/iroh-node-util"

0 commit comments

Comments
 (0)