Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 24, 2021
1 parent eccc582 commit 8128e53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for merkle-log

## 0.1.1 -- 2021-06-24

* Build with GHC-9

## 0.1.0.0 -- 2019-05-28

* First version. Released on an unsuspecting world.
* First version. Released on an unsuspecting world.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Build Status](https://travis-ci.org/kadena-io/merkle-log.svg?branch=master)](https://travis-ci.org/kadena-io/merkle-log)

# Haskell Implementation of Merkle Tree Logs

This packages implements Merkle Tree Logs similar to those described in RFC 6962
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0
version: 0.1.1
synopsis: Merkle Tree Logs
description: Binary Merkle Trees
homepage: https://github.com/kadena-io/merkle-log
Expand Down

0 comments on commit 8128e53

Please sign in to comment.