Skip to content

Commit

Permalink
chore: release v0.1.4 (#550)
Browse files Browse the repository at this point in the history
* chore: release v0.1.4

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
niklasad1 authored May 4, 2023
1 parent 32edb42 commit dad4ca0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ The format is based on [Keep a Changelog].

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

## [v0.1.4] - 2023-05-04

This is a release to support new runtime changes in polkadot v0.9.42.

## [Added]
- Allow configuring winner count in dry-run ([#539](https://github.com/paritytech/staking-miner-v2/pull/539))
- add `feasibility_check` on mined solution ([#483](https://github.com/paritytech/staking-miner-v2/pull/483))

## [Changed]
- `commands` module to expose each sub-command, and put options next to them ([#540](https://github.com/paritytech/staking-miner-v2/pull/540))

## [Fixed]
- fix: update Cargo.lock for v0.1.3 ([#499](https://github.com/paritytech/staking-miner-v2/pull/499))

### Compatibility
Tested against:
- Polkadot v9420
- Kusama v9420
- Westend v9420

## [v0.1.3] - 2022-03-21

This is a patch release that fixes a bug which takes the `Weight::proof_size` into account.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking-miner"
version = "0.1.3"
version = "0.1.4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

Expand Down

0 comments on commit dad4ca0

Please sign in to comment.