Skip to content

Commit

Permalink
Merge branch 'release-0.10.1'. Refs #345.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Feb 22, 2023
2 parents ac7c01d + 621942e commit ff70b7b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dunai-test/CHANGELOG
@@ -1,3 +1,6 @@
2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
* Version bump (0.10.1) (#345).

2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
* Version bump (0.10.0) (#342).
* Remove the function FRP.Dunai.LTLPast.prev (#341).
Expand Down
2 changes: 1 addition & 1 deletion dunai-test/dunai-test.cabal
Expand Up @@ -30,7 +30,7 @@ cabal-version: >= 1.10
build-type: Simple

name: dunai-test
version: 0.10.0
version: 0.10.1
author: Ivan Perez
maintainer: ivan.perez@keera.co.uk
homepage: https://github.com/ivanperez-keera/dunai
Expand Down
4 changes: 4 additions & 0 deletions dunai/CHANGELOG
@@ -1,3 +1,7 @@
2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
* Version bump (0.10.1) (#345).
* Enable FlexibleContexts in VectorSpace instance module (#344).

2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
* Version bump (0.10.0) (#342).
* Implement dot in MSF's instance of VectorSpace (#298).
Expand Down
2 changes: 1 addition & 1 deletion dunai/dunai.cabal
Expand Up @@ -30,7 +30,7 @@ cabal-version: >= 1.10
build-type: Simple

name: dunai
version: 0.10.0
version: 0.10.1
author: Ivan Perez, Manuel Bärenz
maintainer: ivan.perez@keera.co.uk
homepage: https://github.com/ivanperez-keera/dunai
Expand Down
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE UndecidableInstances #-}
Expand Down

0 comments on commit ff70b7b

Please sign in to comment.