Skip to content

Commit

Permalink
chore(release): v0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 25, 2022
1 parent befa0c7 commit 6eab6f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# 0.1.1.0 (2022-05-24)
# 0.2.0.0 (2022-05-25)


* build!: unexpose DataNote ([5b095d5](https://github.com/tochicool/sparse-merkle-trees/commit/5b095d5954575dd0dd04b16bb3fda775445ae3fb))


### Features

* **csmt:** implementation ([83c19ef](https://github.com/tochicool/sparse-merkle-trees/commit/83c19ef45b5694be1bf6c9f4d77fecdb39069fd6))


### BREAKING CHANGES

* the `Crypto.Hash.CompactSparseMerkleTree.DataNode` is no longer exported



4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sparse-merkle-trees
version: 0.1.1.0
version: 0.2.0.0
github: "tochicool/sparse-merkle-trees"
license: BSD3
author: "Tochi Obudulu"
Expand All @@ -22,7 +22,7 @@ ghc-options:
library:
source-dirs: src
exposed-modules:
- Crypto.Hash.CompactSparseMerkleTree
- Crypto.Hash.CompactSparseMerkleTree
tests:
sparse-merkle-trees-test:
main: Spec.hs
Expand Down
2 changes: 1 addition & 1 deletion sparse-merkle-trees.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: sparse-merkle-trees
version: 0.1.1.0
version: 0.2.0.0
synopsis: Sparse Merkle trees with proofs of inclusion and exclusion
description: Please see the README on GitHub at <https://github.com/tochicool/sparse-merkle-trees#readme>
category: Cryptography,Data Structures
Expand Down

0 comments on commit 6eab6f0

Please sign in to comment.