Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

57 lines (42 loc) · 2.51 KB

Changelog

The format is based on Keep a Changelog.

[Unreleased]

[0.14.0] - 2022-09-20

  • Updated fixed-hash to 0.8. #680
  • Updated primitive-types to 0.12. #680
  • Updated ethbloom to 0.13. #680
  • Made ethbloom optional. #625

[0.13.1] - 2022-02-07

  • Updated scale-info to ">=1.0, <3". #627

[0.13.0] - 2022-02-04

Breaking

  • Migrated to 2021 edition, enforcing MSRV of 1.56.1. #601
  • Updated impl-codec to 0.6. #623
  • Updated primitive-types to 0.11. #623
  • Updated ethbloom to 0.12. #623

[0.12.1] - 2021-09-30

  • Combined scale-info feature into codec. #593

[0.12.0] - 2021-07-02

Breaking

  • Updated primitive-types to 0.10. #556

[0.11.0] - 2021-01-27

Breaking

  • Updated ethbloom to 0.11. #510
  • Updated primitive-types to 0.9. #510
  • Updated impl-codec to 0.5. #510

Potentially-breaking

  • serialize feature no longer pulls std. #503

[0.10.0] - 2021-01-05

Breaking

  • Updated rlp to 0.5. #463
  • Updated uint to 0.9. #486

[0.9.2] - 2020-05-18

  • Added codec feature. #393

[0.9.1] - 2020-04-27

  • Added arbitrary feature. #378

[0.9.0] - 2020-03-16

  • License changed from MIT to dual MIT/Apache2. #342
  • Updated dependencies. #361

Added

  • Uint error type is re-exported. #244