Skip to content

Commit

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


### Features

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



2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sparse-merkle-trees
version: 0.1.0.0
version: 0.1.1.0
github: "tochicool/sparse-merkle-trees"
license: BSD3
author: "Tochi Obudulu"
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.0.0
version: 0.1.1.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
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
packages: []
snapshots:
- completed:
size: 618884
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/7.yaml
sha256: 57d4ce67cc097fea2058446927987bc1f7408890e3a6df0da74e5e318f051c20
size: 618506
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/8.yaml
sha256: f1c4aca9b9b81afbb9db55571acb0690cdc01ac97a178234de281f9dc075e95e
original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/7.yaml
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/8.yaml

0 comments on commit dbd3e40

Please sign in to comment.