Skip to content

Commit d5299bf

Browse files
author
“ramfox”
committed
chore: Release
1 parent 9130711 commit d5299bf

File tree

7 files changed

+176
-15
lines changed

7 files changed

+176
-15
lines changed

CHANGELOG.md

Lines changed: 162 additions & 1 deletion
Large diffs are not rendered by default.

Cargo.lock

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

iroh-base/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-base"
3-
version = "0.95.1"
3+
version = "0.96.0"
44
edition = "2024"
55
readme = "README.md"
66
description = "base type and utilities for Iroh"

iroh-dns-server/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-dns-server"
3-
version = "0.95.1"
3+
version = "0.96.0"
44
edition = "2024"
55
description = "A pkarr relay and DNS server"
66
license = "MIT OR Apache-2.0"

iroh-relay/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-relay"
3-
version = "0.95.1"
3+
version = "0.96.0"
44
edition = "2024"
55
readme = "README.md"
66
description = "Iroh's relay server and client"
@@ -31,7 +31,7 @@ http = "1"
3131
http-body-util = "0.1.0"
3232
hyper = { version = "1", features = ["server", "client", "http1"] }
3333
hyper-util = "0.1.1"
34-
iroh-base = { version = "0.95.1", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
34+
iroh-base = { version = "0.96.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
3535
iroh-metrics = { version = "0.38", default-features = false }
3636
n0-future = "0.3"
3737
num_enum = "0.7"

iroh/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh"
3-
version = "0.95.1"
3+
version = "0.96.0"
44
edition = "2024"
55
readme = "README.md"
66
description = "p2p quic connections dialed by public key"
@@ -27,8 +27,8 @@ data-encoding = "2.2"
2727
derive_more = { version = "2.0.1", features = ["debug", "display", "from", "try_into", "deref", "from_str", "into_iterator"] }
2828
ed25519-dalek = { version = "3.0.0-pre.1", features = ["serde", "rand_core", "zeroize", "pkcs8", "pem"] }
2929
http = "1"
30-
iroh-base = { version = "0.95.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
31-
iroh-relay = { version = "0.95", path = "../iroh-relay", default-features = false }
30+
iroh-base = { version = "0.96.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
31+
iroh-relay = { version = "0.96", path = "../iroh-relay", default-features = false }
3232
n0-future = "0.3"
3333
n0-error = "0.1"
3434
n0-watcher = "0.6"
@@ -132,7 +132,7 @@ tracing-subscriber = { version = "0.3", features = [
132132
] }
133133
indicatif = { version = "0.18", features = ["tokio"] }
134134
parse-size = { version = "1.1.0", features = ['std'] }
135-
iroh-base = { version = "0.95.1", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
135+
iroh-base = { version = "0.96.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
136136
console = { version = "0.16" }
137137

138138
# wasm-in-browser test/dev dependencies

iroh/bench/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-bench"
3-
version = "0.95.1"
3+
version = "0.96.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)