Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 2, 2024
1 parent 92d9864 commit 80a40c0
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 39 deletions.
106 changes: 101 additions & 5 deletions CHANGELOG.md

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-base"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
readme = "README.md"
description = "base type and utilities for Iroh"
Expand Down
6 changes: 3 additions & 3 deletions iroh-dns-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-dns-server"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
description = "A pkarr relay and DNS server"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -60,8 +60,8 @@ z32 = "1.1.1"

[dev-dependencies]
hickory-resolver = "=0.25.0-alpha.2"
iroh = { version = "0.28.0", path = "../iroh" }
iroh-test = { version = "0.28.0", path = "../iroh-test" }
iroh = { version = "0.29.0", path = "../iroh" }
iroh-test = { version = "0.29.0", path = "../iroh-test" }
pkarr = { version = "2.2.0", features = ["rand"] }

[package.metadata.docs.rs]
Expand Down
10 changes: 5 additions & 5 deletions iroh-net-report/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-net-report"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
readme = "README.md"
description = "detailed reporting on network conditions"
Expand All @@ -22,9 +22,9 @@ derive_more = { version = "1.0.0", features = ["display"] }
futures-buffered = "0.2.8"
futures-lite = "2.3"
hickory-resolver = "=0.25.0-alpha.2"
iroh-base = { version = "0.28.0", path = "../iroh-base", default-features = false, features = ["relay"] }
iroh-base = { version = "0.29.0", path = "../iroh-base", default-features = false, features = ["relay"] }
iroh-metrics = { version = "0.29.0", default-features = false, optional = true }
iroh-relay = { version = "0.28", path = "../iroh-relay" }
iroh-relay = { version = "0.29", path = "../iroh-relay" }
netwatch = { version = "0.2.0" }
portmapper = { version = "0.2.0" }
rand = "0.8"
Expand All @@ -38,8 +38,8 @@ tracing = "0.1"
url = { version = "2.4" }

[dev-dependencies]
iroh-relay = { version = "0.28", path = "../iroh-relay", features = ["test-utils", "server"] }
iroh-test = { version = "0.28.0", path = "../iroh-test" }
iroh-relay = { version = "0.29", path = "../iroh-relay", features = ["test-utils", "server"] }
iroh-test = { version = "0.29.0", path = "../iroh-test" }
once_cell = "1.18.0"
pretty_assertions = "1.4"
testresult = "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-relay"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
readme = "README.md"
description = "Iroh's relay server and client"
Expand Down Expand Up @@ -38,7 +38,7 @@ http = "1"
http-body-util = "0.1.0"
hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = "0.1.1"
iroh-base = { version = "0.28.0", path = "../iroh-base", features = ["key"] }
iroh-base = { version = "0.29.0", path = "../iroh-base", features = ["key"] }
iroh-metrics = { version = "0.29.0", default-features = false }
libc = "0.2.139"
num_enum = "0.7"
Expand Down Expand Up @@ -112,7 +112,7 @@ tokio = { version = "1", features = [
"test-util",
] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
iroh-test = { version = "0.28.0", path = "../iroh-test" }
iroh-test = { version = "0.29.0", path = "../iroh-test" }
serde_json = "1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion iroh-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-test"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
readme = "README.md"
description = "Internal utilities to support testing of iroh."
Expand Down
12 changes: 6 additions & 6 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh"
version = "0.28.1"
version = "0.29.0"
edition = "2021"
readme = "README.md"
description = "p2p quic connections dialed by public key"
Expand Down Expand Up @@ -44,8 +44,8 @@ http-body-util = "0.1.0"
hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = "0.1.1"
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
iroh-base = { version = "0.28.0", features = ["key"], path = "../iroh-base" }
iroh-relay = { version = "0.28", path = "../iroh-relay" }
iroh-base = { version = "0.29.0", features = ["key"], path = "../iroh-base" }
iroh-relay = { version = "0.29", path = "../iroh-relay" }
libc = "0.2.139"
netdev = "0.31.0"
netwatch = { version = "0.2.0" }
Expand Down Expand Up @@ -107,7 +107,7 @@ webpki = { package = "rustls-webpki", version = "0.102" }
webpki-roots = "0.26"
x509-parser = "0.16"
z32 = "1.0.3"
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.28" }
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.29" }

# metrics
iroh-metrics = { version = "0.29", default-features = false }
Expand Down Expand Up @@ -166,10 +166,10 @@ tokio = { version = "1", features = [
"test-util",
] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
iroh-test = { version = "0.28.0", path = "../iroh-test" }
iroh-test = { version = "0.29.0", path = "../iroh-test" }
serde_json = "1"
testresult = "0.4.0"
iroh-relay = { version = "0.28", path = "../iroh-relay", features = ["test-utils", "server"] }
iroh-relay = { version = "0.29", path = "../iroh-relay", features = ["test-utils", "server"] }

[[bench]]
name = "key"
Expand Down
2 changes: 1 addition & 1 deletion iroh/bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-net-bench"
version = "0.28.0"
version = "0.29.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
Expand Down

0 comments on commit 80a40c0

Please sign in to comment.