Skip to content

Commit

Permalink
chore: release v1.6.0 (#920)
Browse files Browse the repository at this point in the history
* chore: release v1.6.0

* bump msrv
  • Loading branch information
niklasad1 authored Oct 25, 2024
1 parent d70db90 commit c0e707f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [v1.6.0] - 2024-10-25

This release primarily updates the staking-miner to be able to decode v5 extrinsics
which may be required for future releases, see https://github.com/paritytech/polkadot-sdk/pull/3685 for more information.

### [Changed]
- chore(deps): bump subxt to 0.38 and related deps ([#918](https://github.com/paritytech/staking-miner-v2/pull/918))

### Compatibility

Tested against:
- Westend v1,016,001
- Kusama v1,003,003
- Polkadot v1,003,003

## [v1.5.1] - 2024-07-03

This is a bug-fix release that changes internal trimming data structure from
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "polkadot-staking-miner"
version = "1.5.1"
version = "1.6.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.81.0"
license = "GPL-3.0"
repository = "https://github.com/paritytech/polkadot-staking-miner"
homepage = "https://www.parity.io/"
Expand Down

0 comments on commit c0e707f

Please sign in to comment.