diff --git a/.github/workflows/publish-nym-binaries.yml b/.github/workflows/publish-nym-binaries.yml index c1d7c7cffb..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: [custom-ubuntu-22.04] - runs-on: ${{ matrix.platform }} + runs-on: arc-ubuntu-22.04 outputs: release_id: ${{ steps.create-release.outputs.id }} 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]) diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 4a8856b45e..2470440442 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 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])