Skip to content

Commit 0ed2b23

Browse files
chore: Release
1 parent c485bff commit 0ed2b23

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

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

33
All notable changes to irpc will be documented in this file.
44

5+
## [0.17.0](https://github.com/n0-computer/irpc/compare/v0.16.0..0.17.0) - 2026-06-15
6+
7+
### ⛰️ Features
8+
9+
- *(deps)* [**breaking**] Update to iroh 1.0 and noq 1.0 ([#103](https://github.com/n0-computer/irpc/issues/103)) - ([c485bff](https://github.com/n0-computer/irpc/commit/c485bff025b9c37c9da53c5c4229d8749a407362))
10+
511
## [0.16.0](https://github.com/n0-computer/irpc/compare/v0.15.0..0.16.0) - 2026-05-27
612

713
### ⛰️ Features

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -43,7 +43,7 @@ futures-buffered ={ version = "0.2.9", optional = true }
4343
n0-future = { workspace = true }
4444
futures-util = { workspace = true, optional = true }
4545
# for the derive reexport/feature
46-
irpc-derive = { version = "0.16.0", path = "./irpc-derive", optional = true }
46+
irpc-derive = { version = "0.17.0", path = "./irpc-derive", optional = true }
4747
# for remote span propagation when tracing-opentelemetry feature is enabled
4848
opentelemetry = { version = "0.32", optional = true }
4949
tracing-opentelemetry = { version = "0.33", optional = true }

irpc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc-derive"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>"]
66
keywords = ["api", "protocol", "network", "rpc", "macro"]

irpc-iroh/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc-iroh"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -20,7 +20,7 @@ serde = { workspace = true }
2020
postcard = { workspace = true, features = ["alloc", "use-std"] }
2121
n0-error = { workspace = true }
2222
n0-future = { workspace = true }
23-
irpc = { version = "0.16.0", path = ".." }
23+
irpc = { version = "0.17.0", path = ".." }
2424
iroh-base.workspace = true
2525

2626
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
@@ -29,7 +29,7 @@ getrandom = { version = "0.3", features = ["wasm_js"] }
2929
[dev-dependencies]
3030
n0-future = { workspace = true }
3131
tracing-subscriber = { workspace = true, features = ["fmt"] }
32-
irpc-derive = { version = "0.16.0", path = "../irpc-derive" }
32+
irpc-derive = { version = "0.17.0", path = "../irpc-derive" }
3333
clap = { version = "4.5.41", features = ["derive"] }
3434
futures-util.workspace = true
3535
hex = "0.4.3"

0 commit comments

Comments
 (0)