Version 0.4.0

This commit is contained in:
Andreas Fackler 2018-10-15 16:07:14 +02:00
parent a1a98c2026
commit 056738b7ac
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Changelog
All notable changes to the project will be documented in this file.
## [0.4.0] - 2018-10-15
- Support new contracts (hard fork 2).
## [0.3.0] - 2018-05-29
### Added
- --b flag to specify a block integer. This option displays records starting with a block number.
@ -46,6 +51,7 @@ All notable changes to the project will be documented in this file.
- Updated dependencies including Rust and Clippy
[0.4.0]: https://github.com/poanetwork/poa-ballot-stats/releases/tag/0.4.0
[0.3.0]: https://github.com/poanetwork/poa-ballot-stats/releases/tag/0.3.0
[0.2.1]: https://github.com/poanetwork/poa-ballot-stats/releases/tag/0.2.1
[0.2.0]: https://github.com/poanetwork/poa-ballot-stats/releases/tag/0.2.0

View File

@ -1,6 +1,6 @@
[package]
name = "poa-ballot-stats"
version = "0.3.0"
version = "0.4.0"
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
description = "Read POA voting records and rank voters by how many ballots they missed."