Skip to content

Commit

Permalink
Merge branch 'release-0.13.4' into develop. Close #203.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Apr 7, 2022
2 parents 8343680 + 64ac248 commit c2723d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions yampa-test/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2022-04-06 Ivan Perez <ivan.perez@haskell.sexy>
* yampa-test.cabal: Syntax rules (#196), add regression tests (#201).
2022-04-07 Ivan Perez <ivan.perez@haskell.sexy>
* yampa-test.cabal: Version bump (0.13.4) (#203), syntax rules (#196),
add regression tests (#201).
* tests/YampaQC.hs: Remove incorrect tests (#198).
* tests/: Add regression tests (#201).

Expand Down
4 changes: 2 additions & 2 deletions yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cabal-version: >= 1.10
build-type: Simple

name: yampa-test
version: 0.13.3
version: 0.13.4
author: Ivan Perez
maintainer: ivan.perez@keera.co.uk
homepage: http://github.com/ivanperez-keera/Yampa
Expand Down Expand Up @@ -83,7 +83,7 @@ library
base >= 4 && < 5
, normaldistribution
, QuickCheck
, Yampa >= 0.13.3 && < 0.14
, Yampa >= 0.13.4 && < 0.14

default-language:
Haskell2010
Expand Down
8 changes: 5 additions & 3 deletions yampa/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2022-04-06 Ivan Perez <ivan.perez@haskell.sexy>
* Yampa.cabal: Syntax rules (#196), remove regression tests (#201).
2022-04-07 Ivan Perez <ivan.perez@haskell.sexy>
* Yampa.cabal: Version bump (0.13.4) (#203), syntax rules (#196),
remove regression tests (#201).
* src/: Remove unused extensions (#199), syntax rules (#200), remove
commented code and notes (#202).
* tests/: Remove regression tests (#201).
* tests/: Rename tests (#195), remove regression tests (#201).
* README: Add new game (#197).

2021-10-07 Ivan Perez <ivan.perez@haskell.sexy>
* Yampa.cabal: Version bump (0.13.3) (#193), add modules missing from
Expand Down
2 changes: 1 addition & 1 deletion yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cabal-version: >= 1.10
build-type: Simple

name: Yampa
version: 0.13.3
version: 0.13.4
author: Henrik Nilsson, Antony Courtney
maintainer: Ivan Perez (ivan.perez@keera.co.uk)
homepage: https://github.com/ivanperez-keera/Yampa/
Expand Down

0 comments on commit c2723d6

Please sign in to comment.