Skip to content

Commit 04f75e7

Browse files
Merge pull request #5726 from nymtech/release/2025.7-tex
Merge tex to develop
2 parents 866dcd1 + 08b6be9 commit 04f75e7

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

.github/workflows/publish-nym-binaries.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
2020
strategy:
2121
fail-fast: false
22-
matrix:
23-
platform: [custom-ubuntu-22.04]
24-
runs-on: ${{ matrix.platform }}
22+
runs-on: arc-ubuntu-22.04
2523

2624
outputs:
2725
release_id: ${{ steps.create-release.outputs.id }}

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
44

55
## [Unreleased]
66

7+
## [2025.7-tex] (2025-04-14)
8+
9+
- Expand /v3/nym-nodes with geodata ([#5686])
10+
- chore: clippy for 1.86 ([#5685])
11+
- Featrure: Bash scripts to init and configure VMs conveniently and update docs ([#5681])
12+
- Update node versions in CI ([#5677])
13+
- build(deps): bump the patch-updates group across 1 directory with 8 updates ([#5668])
14+
- Update log crate ([#5667])
15+
- Minor fixes involving key cloning and hashing ([#5664])
16+
- mix throughput tester ([#5661])
17+
- build(deps): bump blake3 from 1.6.1 to 1.7.0 ([#5658])
18+
- build(deps): bump elliptic from 6.5.5 to 6.6.1 ([#5483])
19+
- Move all workflows on ubuntu-20 to ubuntu-22 ([#5455])
20+
21+
[#5686]: https://github.com/nymtech/nym/pull/5686
22+
[#5685]: https://github.com/nymtech/nym/pull/5685
23+
[#5681]: https://github.com/nymtech/nym/pull/5681
24+
[#5677]: https://github.com/nymtech/nym/pull/5677
25+
[#5668]: https://github.com/nymtech/nym/pull/5668
26+
[#5667]: https://github.com/nymtech/nym/pull/5667
27+
[#5664]: https://github.com/nymtech/nym/pull/5664
28+
[#5661]: https://github.com/nymtech/nym/pull/5661
29+
[#5658]: https://github.com/nymtech/nym/pull/5658
30+
[#5483]: https://github.com/nymtech/nym/pull/5483
31+
[#5455]: https://github.com/nymtech/nym/pull/5455
32+
733
## [2025.6-chuckles] (2025-03-31)
834

935
- Remove Google public DNS ([#5660])

nym-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "nym-api"
66
license = "GPL-3.0"
7-
version = "1.1.56"
7+
version = "1.1.55"
88
authors.workspace = true
99
edition = "2021"
1010
rust-version.workspace = true

nym-wallet/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [2025.7-tex] (2025-04-14)
6+
7+
- Fix the mac build of the wallet ([#5684])
8+
- Allow copy and paste on logins fields for the wallet ([#5699])
9+
- Tauri V2 - Wallet Migration ([#5687])
10+
11+
[#5684]: https://github.com/nymtech/nym/pull/5684
12+
[#5699]: https://github.com/nymtech/nym/pull/5699
13+
[#5687]: https://github.com/nymtech/nym/pull/5687
14+
515
## [2025.6-chuckles] (2025-04-01)
616

717
- Wallet-revamp to be in line with new nym-theming ([#5653])

0 commit comments

Comments
 (0)