diff --git a/core/changelog.md b/core/changelog.md index 63a20a9..8f64c13 100644 --- a/core/changelog.md +++ b/core/changelog.md @@ -1,3 +1,7 @@ +0.1.3 + +* support ghc-9.10 + 0.1.2 * support ghc from 8.6 to 9.6 and drop older versions diff --git a/core/pdf-toolbox-core.cabal b/core/pdf-toolbox-core.cabal index 797b41f..9a506c5 100644 --- a/core/pdf-toolbox-core.cabal +++ b/core/pdf-toolbox-core.cabal @@ -1,5 +1,5 @@ name: pdf-toolbox-core -version: 0.1.2 +version: 0.1.3 synopsis: A collection of tools for processing PDF files. license: BSD3 license-file: LICENSE diff --git a/document/changelog.md b/document/changelog.md index b2b238d..e711d64 100644 --- a/document/changelog.md +++ b/document/changelog.md @@ -1,3 +1,7 @@ +0.1.4 + +* support ghc-9.10 + 0.1.3.1 * add missing file in test suite diff --git a/document/pdf-toolbox-document.cabal b/document/pdf-toolbox-document.cabal index 6fcddf1..2023280 100644 --- a/document/pdf-toolbox-document.cabal +++ b/document/pdf-toolbox-document.cabal @@ -1,5 +1,5 @@ name: pdf-toolbox-document -version: 0.1.3.1 +version: 0.1.4 synopsis: A collection of tools for processing PDF files. license: BSD3 license-file: LICENSE