Skip to content

Commit

Permalink
Merge branch 'release-0.14.2' into develop. Close #259.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Apr 8, 2023
2 parents a239f1f + 125768e commit 8461217
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion yampa-test/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2023-04-06 Ivan Perez <ivan.perez@keera.co.uk>
2023-04-07 Ivan Perez <ivan.perez@keera.co.uk>
* Yampa.cabal: Version bump (0.14.2) (#259).
* examples/: Introduce testing example from Yampa library (#257).
* src:/ Conformance with style guide (#256).

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.14.1
version: 0.14.2
author: Ivan Perez
maintainer: ivan.perez@keera.co.uk
homepage: http://github.com/ivanperez-keera/Yampa
Expand Down Expand Up @@ -84,7 +84,7 @@ library
base >= 4 && < 5
, normaldistribution
, QuickCheck
, Yampa >= 0.14.1 && < 0.15
, Yampa >= 0.14.2 && < 0.15

default-language:
Haskell2010
Expand Down
3 changes: 2 additions & 1 deletion yampa/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2023-03-31 Ivan Perez <ivan.perez@keera.co.uk>
2023-04-07 Ivan Perez <ivan.perez@keera.co.uk>
* Yampa.cabal: Version bump (0.14.2) (#259).
* src/: Conformance with style guide (#255).
* examples/: Conformance with style guide (#255), move example to
yampa-test library (#257).
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.14.1
version: 0.14.2
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 8461217

Please sign in to comment.