Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 9, 2023
1 parent 802d1bf commit 5031f4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for merkle-log

## 0.2.0 -- 2023-06-08

* Switch from cryptonite to crypton package.

## 0.1.1 -- 2021-06-24

* Build with GHC-9
Expand Down
12 changes: 7 additions & 5 deletions merkle-log.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: merkle-log
version: 0.1.1
version: 0.2.0
synopsis: Merkle Tree Logs
description: Binary Merkle Trees
homepage: https://github.com/kadena-io/merkle-log
Expand All @@ -9,12 +9,14 @@ license: BSD-3-Clause
license-file: LICENSE
author: Lars Kuhtz
maintainer: Lars Kuhtz <[email protected]>
copyright: Copyright (c) 2019, Kadena LLC
copyright: Copyright (c) 2019-2023, Kadena LLC
category: Data
tested-with:
GHC==9.0.1
GHC==8.10.5
GHC==8.8.4
GHC==9.6
GHC==9.4
GHC==9.2
GHC==9.0
GHC==8.10
extra-source-files:
README.md
CHANGELOG.md
Expand Down

0 comments on commit 5031f4a

Please sign in to comment.