Bump version to 0.3.0.1
This commit is contained in:
parent
46071152a4
commit
4fca4791fa
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Revision history for hanafuda
|
# 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
|
## 0.3.0.0 -- 2018-05-28
|
||||||
|
|
||||||
* Make Game type parametric in the type to represent players
|
* Make Game type parametric in the type to represent players
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: hanafuda
|
name: hanafuda
|
||||||
version: 0.3.0.0
|
version: 0.3.0.1
|
||||||
synopsis: A game of Hanafuda (a family of japanese card games)
|
synopsis: A game of Hanafuda (a family of japanese card games)
|
||||||
description: This is a library to represent the cards and the players
|
description: This is a library to represent the cards and the players
|
||||||
of games in this family. It also implements one such game
|
of games in this family. It also implements one such game
|
||||||
|
|
Loading…
Reference in a new issue