Skip to content

Commit b741877

Browse files
authored
chore: Release v0.50.2 (#2246)
* Add changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Release version 0.50.2 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
1 parent b6fd2c1 commit b741877

3 files changed

Lines changed: 32 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.50.2] - 2026-07-06
8+
9+
This release fixes an issue whereby setting the genesis hash in the `SubstrateConfigBuilder` had no effect, and improves the reliability of tests against public archival RPC endpoints.
10+
11+
### Changed
12+
13+
- Update Artifacts (auto-generated) ([#2245](https://github.com/paritytech/subxt/pull/2245))
14+
- tests: Exponential backoff for archival RPC public endpoints ([#2244](https://github.com/paritytech/subxt/pull/2244))
15+
16+
### Fixed
17+
18+
- Fix: `SubstrateConfigBuilder::set_genesis_hash` is a no-op ([#2236](https://github.com/paritytech/subxt/pull/2236))
19+
720
## [0.50.1] - 2026-04-27
821

922
This release bumps the light-client smoldot crate to the latest version and adds several fixes.

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resolver = "2"
3737
[workspace.package]
3838
authors = ["Parity Technologies <admin@parity.io>"]
3939
edition = "2024"
40-
version = "0.50.1"
40+
version = "0.50.2"
4141
rust-version = "1.85.0"
4242
license = "Apache-2.0 OR GPL-3.0"
4343
repository = "https://github.com/paritytech/subxt"

0 commit comments

Comments
 (0)