Browse Source

chore: update changelog

al-gkr-basic-workflow
Bobbin Threadbare 1 year ago
parent
commit
dcda57f71a
2 changed files with 7 additions and 3 deletions
  1. +6
    -2
      CHANGELOG.md
  2. +1
    -1
      Cargo.toml

+ 6
- 2
CHANGELOG.md

@ -1,5 +1,9 @@
## 0.5.0 (TBD)
## 0.5.0 (2023-05-26)
* Implemented `TieredSmt` (#152, #153).
* Implemented ability to extract a subset of a `MerkleStore` (#151).
* Cleaned up `SimpleSmt` interface (#149).
* Decoupled hashing and padding of peaks in `Mmr` (#148).
* Added `inner_nodes()` to `MerkleStore` (#146).
## 0.4.0 (2023-04-21)

+ 1
- 1
Cargo.toml

@ -35,6 +35,6 @@ winter_math = { version = "0.6", package = "winter-math", default-features = fal
winter_utils = { version = "0.6", package = "winter-utils", default-features = false }
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
proptest = "1.1.0"
rand_utils = { version = "0.6", package = "winter-rand-utils" }

Loading…
Cancel
Save