From 51ca727ff2ced7428f326e2a93c05ea8e5dedc53 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:03:37 +0200 Subject: [PATCH 1/5] revert nym-api version bump --- nym-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 8366580eb8..b2714b9436 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.56" +version = "1.1.55" authors.workspace = true edition = "2021" rust-version.workspace = true From 260a7de0830b70a4c2331809c23cf93fb900361c Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Mon, 14 Apr 2025 15:06:28 +0200 Subject: [PATCH 2/5] update changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b9e4e654..bd16457c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2025.7-tex] (2025-04-14) + +- Expand /v3/nym-nodes with geodata ([#5686]) +- chore: clippy for 1.86 ([#5685]) +- Featrure: Bash scripts to init and configure VMs conveniently and update docs ([#5681]) +- Update node versions in CI ([#5677]) +- build(deps): bump the patch-updates group across 1 directory with 8 updates ([#5668]) +- Update log crate ([#5667]) +- Minor fixes involving key cloning and hashing ([#5664]) +- mix throughput tester ([#5661]) +- build(deps): bump blake3 from 1.6.1 to 1.7.0 ([#5658]) +- build(deps): bump elliptic from 6.5.5 to 6.6.1 ([#5483]) +- Move all workflows on ubuntu-20 to ubuntu-22 ([#5455]) + +[#5686]: https://github.com/nymtech/nym/pull/5686 +[#5685]: https://github.com/nymtech/nym/pull/5685 +[#5681]: https://github.com/nymtech/nym/pull/5681 +[#5677]: https://github.com/nymtech/nym/pull/5677 +[#5668]: https://github.com/nymtech/nym/pull/5668 +[#5667]: https://github.com/nymtech/nym/pull/5667 +[#5664]: https://github.com/nymtech/nym/pull/5664 +[#5661]: https://github.com/nymtech/nym/pull/5661 +[#5658]: https://github.com/nymtech/nym/pull/5658 +[#5483]: https://github.com/nymtech/nym/pull/5483 +[#5455]: https://github.com/nymtech/nym/pull/5455 + ## [2025.6-chuckles] (2025-03-31) - Remove Google public DNS ([#5660]) From b9dcafa04f085780b5943c7649b3eef00a643b61 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Mon, 14 Apr 2025 15:39:16 +0200 Subject: [PATCH 3/5] update wallet changelog --- nym-wallet/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 707de916ae..43e550ddf0 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [2025.7-tex] (2025-04-14) + +- Fix the mac build of the wallet ([#5684]) +- Allow copy and paste on logins fields for the wallet ([#5699]) +- Tauri V2 - Wallet Migration ([#5687]) + +[#5684]: https://github.com/nymtech/nym/pull/5684 +[#5699]: https://github.com/nymtech/nym/pull/5699 +[#5687]: https://github.com/nymtech/nym/pull/5687 + ## [2025.6-chuckles] (2025-04-01) - Wallet-revamp to be in line with new nym-theming ([#5653]) From f0d3d41a1f114fc380c1942703c2789e0178d9d6 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:27:34 +0200 Subject: [PATCH 4/5] Update publish-nym-binaries.yml --- .github/workflows/publish-nym-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index c1d7c7cffb..c5cd035813 100644 --- a/.github/workflows/publish-nym-binaries.yml +++ b/.github/workflows/publish-nym-binaries.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [custom-ubuntu-22.04] + platform: [arc-ubuntu-22.04] runs-on: ${{ matrix.platform }} outputs: From 08b6be93c49e8c225e74ffabb5529493bd4b13b6 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:29:46 +0200 Subject: [PATCH 5/5] Update publish-nym-binaries.yml --- .github/workflows/publish-nym-binaries.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index c5cd035813..4e8bcb2966 100644 --- a/.github/workflows/publish-nym-binaries.yml +++ b/.github/workflows/publish-nym-binaries.yml @@ -19,9 +19,7 @@ jobs: if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }} strategy: fail-fast: false - matrix: - platform: [arc-ubuntu-22.04] - runs-on: ${{ matrix.platform }} + runs-on: arc-ubuntu-22.04 outputs: release_id: ${{ steps.create-release.outputs.id }}