Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Jan 15, 2025
1 parent 1e0fc40 commit 141657c
Show file tree
Hide file tree
Showing 22 changed files with 861 additions and 1,429 deletions.
718 changes: 434 additions & 284 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 7 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-ffi"
version = "0.30.0"
version = "0.31.0"
edition = "2021"
publish = false
readme = "README.md"
Expand Down Expand Up @@ -33,14 +33,14 @@ async-trait = "0.1.80"
blake3 = "1.3.3"
bytes = "1"
data-encoding = { version = "2.3.3" }
iroh = { version = "0.30" }
iroh-base = { version = "0.30", features = ["ticket"] }
iroh = { version = "0.31" }
iroh-base = { version = "0.31", features = ["ticket"] }
iroh-io = { version = "0.6" }
iroh-gossip = { version = "0.30", features = ["rpc"] }
iroh-docs = { version = "0.30", features = ["rpc"] }
iroh-blobs = { version = "0.30", features = ["rpc"] }
iroh-gossip = { version = "0.31", features = ["rpc"] }
iroh-docs = { version = "0.31", features = ["rpc"] }
iroh-blobs = { version = "0.31", features = ["rpc"] }
iroh-metrics = { version = "0.31" }
iroh-node-util = { version = "0.30", features = [] }
iroh-node-util = { version = "0.31", features = [] }
libc = "0.2.141"
num_cpus = { version = "1.15.0" }
range-collections = "0.4.0"
Expand Down Expand Up @@ -71,11 +71,3 @@ uniffi = { version = "0.28.0", features = ["build"] }

[profile.release]
lto = true

[patch.crates-io]
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "iroh-0-31-0" }
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "iroh-0-31-0" }
iroh-docs = { git = "https://github.com/n0-computer/iroh-docs.git", branch = "iroh-0-31-0" }
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "iroh-0-31-0" }
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip.git", branch = "iroh-0-31-0" }
iroh-node-util = { git = "https://github.com/n0-computer/iroh-node-util.git", branch = "iroh-0-31-0" }
2 changes: 1 addition & 1 deletion IrohLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "IrohLib"
spec.version = "0.30.0"
spec.version = "0.31.0"
spec.summary = "iroh is a toolkit for building distributed apps"
spec.description = <<-DESC
Build distributed apps that raise the status quo for your users.
Expand Down
16 changes: 8 additions & 8 deletions iroh-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "number0_iroh"
version = "0.30.0"
version = "0.31.0"
license = "MIT OR Apache-2.0"
authors = ["n0 team"]
repository = "https://github.com/n0-computer/iroh-ffi"
Expand All @@ -17,13 +17,13 @@ async-trait = "0.1.80"
blake3 = "1.3.3"
bytes = "1"
data-encoding = { version = "2.3.3" }
iroh-base = { version = "0.30", features = ["ticket"] }
iroh-gossip = { version = "0.30", features = ["rpc"] }
iroh-docs = { version = "0.30", features = ["rpc"] }
iroh-blobs = { version = "0.30", features = ["rpc"] }
iroh-metrics = { version = "0.30" }
iroh-node-util = { version = "0.30", features = [] }
iroh = "0.30"
iroh-base = { version = "0.31", features = ["ticket"] }
iroh-gossip = { version = "0.31", features = ["rpc"] }
iroh-docs = { version = "0.31", features = ["rpc"] }
iroh-blobs = { version = "0.31", features = ["rpc"] }
iroh-metrics = { version = "0.31" }
iroh-node-util = { version = "0.31", features = [] }
iroh = "0.31"
iroh-io = { version = "0.6" }
libc = "0.2.141"
num_cpus = { version = "1.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-android-arm-eabi",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-android-arm64",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-darwin-arm64",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-darwin-universal",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-arm-gnueabihf",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-arm-musleabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-arm-musleabihf",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-arm64-musl",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-x64-gnu",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-linux-x64-musl",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-win32-arm64-msvc",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@number0/iroh-win32-x64-msvc",
"version": "0.0.0",
"version": "0.31.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"network",
"protocol"
],
"version": "0.30.0",
"version": "0.31.0",
"type": "commonjs",
"main": "iroh-js/index.js",
"types": "iroh-js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn start_metrics_collection() -> Result<()> {
iroh_metrics::core::Core::try_init(|reg, metrics| {
metrics.insert(iroh::metrics::MagicsockMetrics::new(reg));
metrics.insert(iroh::metrics::NetReportMetrics::new(reg));
metrics.insert(iroh::metrics::PortmapMetrics::new(reg));
metrics.insert(iroh::metrics::PortmapMetrics::default());
metrics.insert(iroh_blobs::metrics::Metrics::new(reg));
metrics.insert(iroh_gossip::metrics::Metrics::new(reg));
metrics.insert(iroh_docs::metrics::Metrics::new(reg));
Expand Down
2 changes: 1 addition & 1 deletion iroh-js/test/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite('node', () => {
const iroh = await Iroh.memory()
const status = await iroh.node.status()

assert.equal(status.version, '0.30.0')
assert.equal(status.version, '0.31.0')
await iroh.node.shutdown()
})

Expand Down
Loading

0 comments on commit 141657c

Please sign in to comment.