From e32c042c8d430a63ba8014d56b13cc0e90dbb4ae Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Fri, 17 Apr 2026 11:03:03 +0200 Subject: [PATCH 1/3] version bump --- Cargo.lock | 14 +++++++------- clients/native/Cargo.toml | 2 +- clients/socks5/Cargo.toml | 2 +- nym-api/Cargo.toml | 2 +- nym-node/Cargo.toml | 2 +- service-providers/network-requester/Cargo.toml | 2 +- tools/nym-cli/Cargo.toml | 2 +- tools/nymvisor/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ca431e70e..5a8030c9da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "nym-api" -version = "1.1.77" +version = "1.1.78" dependencies = [ "anyhow", "async-trait", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "nym-cli" -version = "1.1.74" +version = "1.1.75" dependencies = [ "anyhow", "base64 0.22.1", @@ -5875,7 +5875,7 @@ dependencies = [ [[package]] name = "nym-client" -version = "1.1.74" +version = "1.1.75" dependencies = [ "bs58", "clap", @@ -7284,7 +7284,7 @@ dependencies = [ [[package]] name = "nym-network-requester" -version = "1.1.75" +version = "1.1.76" dependencies = [ "addr", "anyhow", @@ -7334,7 +7334,7 @@ dependencies = [ [[package]] name = "nym-node" -version = "1.29.0" +version = "1.30.0" dependencies = [ "anyhow", "arc-swap", @@ -7886,7 +7886,7 @@ dependencies = [ [[package]] name = "nym-socks5-client" -version = "1.1.74" +version = "1.1.75" dependencies = [ "bs58", "clap", @@ -8684,7 +8684,7 @@ dependencies = [ [[package]] name = "nymvisor" -version = "0.1.39" +version = "0.1.40" dependencies = [ "anyhow", "bytes", diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 755ebcf189..94e11302cb 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-client" -version = "1.1.74" +version = "1.1.75" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" edition = "2021" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index 249d801cc2..a0cfcf5235 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-socks5-client" -version = "1.1.74" +version = "1.1.75" authors = ["Dave Hrycyszyn "] description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" edition = "2021" diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 8ce67d316a..3cce32cb7e 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-api" license = "GPL-3.0" -version = "1.1.77" +version = "1.1.78" authors.workspace = true edition = "2021" rust-version.workspace = true diff --git a/nym-node/Cargo.toml b/nym-node/Cargo.toml index 26eb3d6f12..a5d38b3a1e 100644 --- a/nym-node/Cargo.toml +++ b/nym-node/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-node" -version = "1.29.0" +version = "1.30.0" authors.workspace = true repository.workspace = true homepage.workspace = true diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index fcb1d3a0d6..8f83592da5 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-network-requester" license = "GPL-3.0" -version = "1.1.75" +version = "1.1.76" authors.workspace = true edition.workspace = true rust-version = "1.85" diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index 1c5bced200..e40d9c7fae 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-cli" -version = "1.1.74" +version = "1.1.75" authors.workspace = true edition = "2021" license.workspace = true diff --git a/tools/nymvisor/Cargo.toml b/tools/nymvisor/Cargo.toml index a99cb29472..279a5b404a 100644 --- a/tools/nymvisor/Cargo.toml +++ b/tools/nymvisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nymvisor" -version = "0.1.39" +version = "0.1.40" authors.workspace = true repository.workspace = true homepage.workspace = true From e6103e4c43519fe08ad6a4005de64867fdb41c3f Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Mon, 20 Apr 2026 13:58:11 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41a9eb2d6..a998c1e782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2026.8-urda] (2026-04-20) + +- Include all gateways in the returned list ([#6649]) +- Optimize GW probe in NS agent ([#6636]) +- Max/sdk docrs ([#6566]) +- Max/sdk stream wrapper ([#6320]) + +[#6649]: https://github.com/nymtech/nym/pull/6649 +[#6636]: https://github.com/nymtech/nym/pull/6636 +[#6566]: https://github.com/nymtech/nym/pull/6566 +[#6320]: https://github.com/nymtech/nym/pull/6320 + ## [2026.7-tola] (2026-04-07) - Simon/ecash contract serde fix ([#6634]) From 0d031875f63b8cd25dd1e52ad5f7367bd29d607d Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Mon, 20 Apr 2026 14:07:38 +0200 Subject: [PATCH 3/3] merge conflicts --- clients/native/Cargo.toml | 1 + clients/socks5/Cargo.toml | 1 + nym-api/Cargo.toml | 1 - service-providers/network-requester/Cargo.toml | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 94e11302cb..c198eb73c6 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "nym-client" +description = "Implementation of the Nym Client" version = "1.1.75" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index a0cfcf5235..f862c56546 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "nym-socks5-client" +description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" version = "1.1.75" authors = ["Dave Hrycyszyn "] description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 3cce32cb7e..a493e14604 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -3,7 +3,6 @@ [package] name = "nym-api" -license = "GPL-3.0" version = "1.1.78" authors.workspace = true edition = "2021" diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index 8f83592da5..4e1de94ee9 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -3,7 +3,6 @@ [package] name = "nym-network-requester" -license = "GPL-3.0" version = "1.1.76" authors.workspace = true edition.workspace = true