From b9415a4bcfebbcf1a57389cd0c548891c741bd89 Mon Sep 17 00:00:00 2001 From: Yuras Date: Sat, 18 May 2024 14:21:05 +0300 Subject: [PATCH] Prepare hackage release (#87) --- content/changelog.md | 2 +- content/pdf-toolbox-content.cabal | 2 +- core/changelog.md | 2 +- core/pdf-toolbox-core.cabal | 2 +- document/changelog.md | 2 +- document/pdf-toolbox-document.cabal | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/changelog.md b/content/changelog.md index 0fdb5da..31f3415 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -1,4 +1,4 @@ -unreleased +0.1.2 * support ghc from 8.6 to 9.6 and drop older versions diff --git a/content/pdf-toolbox-content.cabal b/content/pdf-toolbox-content.cabal index 2e84c0a..c494ce3 100644 --- a/content/pdf-toolbox-content.cabal +++ b/content/pdf-toolbox-content.cabal @@ -1,5 +1,5 @@ name: pdf-toolbox-content -version: 0.1.1 +version: 0.1.2 synopsis: A collection of tools for processing PDF files license: BSD3 license-file: LICENSE diff --git a/core/changelog.md b/core/changelog.md index 8f90251..63a20a9 100644 --- a/core/changelog.md +++ b/core/changelog.md @@ -1,4 +1,4 @@ -unreleased +0.1.2 * support ghc from 8.6 to 9.6 and drop older versions * handle comments inside objects diff --git a/core/pdf-toolbox-core.cabal b/core/pdf-toolbox-core.cabal index c3c7cc3..797b41f 100644 --- a/core/pdf-toolbox-core.cabal +++ b/core/pdf-toolbox-core.cabal @@ -1,5 +1,5 @@ name: pdf-toolbox-core -version: 0.1.1 +version: 0.1.2 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 5a6db4e..eab6888 100644 --- a/document/changelog.md +++ b/document/changelog.md @@ -1,4 +1,4 @@ -unreleased +0.1.3 * support ghc from 8.6 to 9.6 and drop older versions * fix handling of indirect objects in Font Descriptor (#76) diff --git a/document/pdf-toolbox-document.cabal b/document/pdf-toolbox-document.cabal index fe3b13e..4b9a48e 100644 --- a/document/pdf-toolbox-document.cabal +++ b/document/pdf-toolbox-document.cabal @@ -1,5 +1,5 @@ name: pdf-toolbox-document -version: 0.1.2 +version: 0.1.3 synopsis: A collection of tools for processing PDF files. license: BSD3 license-file: LICENSE