Skip to content

Commit

Permalink
Bump version: 0.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Aug 29, 2024
1 parent c8d23a0 commit 580b554
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for free-algebras

## Version 0.1.2.0

- Support `GHC-9.10`.

## Version 0.1.1.0
- Support `GHC-9.6` and `mtl-2.3`, drop support of `GHC-8.8`.

Expand Down
6 changes: 3 additions & 3 deletions free-algebras.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
cabal-version: 3.4
name: free-algebras
version: 0.1.1.1
version: 0.1.2.0
synopsis: Free algebras
description:
Algebraic approach to free algebras, inspired by Univeral Algebra and
Expand All @@ -11,7 +11,7 @@ homepage: https://github.com/coot/free-algebras#readme
bug-reports: https://github.com/coot/free-algebras/issues
author: Marcin Szamotulski
maintainer: [email protected]
copyright: (c) 2018-2022 Marcin Szamotulski
copyright: (c) 2018-2024 Marcin Szamotulski
license: MPL-2.0
license-file: LICENSE
build-type: Simple
Expand Down

0 comments on commit 580b554

Please sign in to comment.