From 4fca4791fad3497321d25309690b43add90dda07 Mon Sep 17 00:00:00 2001 From: Sasha Date: Sun, 26 Aug 2018 20:02:54 +0200 Subject: [PATCH] Bump version to 0.3.0.1 --- ChangeLog.md | 4 ++++ hanafuda.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index ea861a4..a9d9f3d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for hanafuda +## 0.3.0.1 -- 2018-07-28 + +* Fix bug causing players' state to be persisted accross rounds of a game + ## 0.3.0.0 -- 2018-05-28 * Make Game type parametric in the type to represent players diff --git a/hanafuda.cabal b/hanafuda.cabal index 6340e22..b350c04 100644 --- a/hanafuda.cabal +++ b/hanafuda.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hanafuda -version: 0.3.0.0 +version: 0.3.0.1 synopsis: A game of Hanafuda (a family of japanese card games) description: This is a library to represent the cards and the players of games in this family. It also implements one such game