diff --git a/CHANGELOG.md b/CHANGELOG.md index aa62552..f385c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 1.1.0.0 + +### Changed + +- Allow newer versions of base and text to support GHC up to 9.8. +- Deprecate Data.Text.IO.Utf8. + + ## 1.0.2.4 ### Changed @@ -8,7 +16,6 @@ - Allow base 4.17, 4.18 (GHC 9.4, 9.6). - Allow text<2.1 -## 1.0.2.2 ## 1.0.2.3 diff --git a/package.yaml b/package.yaml index eaf5fd3..01adfe0 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MPL-2.0 name: with-utf8 -version: 1.0.2.4 +version: 1.1.0.0 synopsis: Get your IO right on the first try description: | This minimalistic library helps you navigate the world of text encodings diff --git a/with-utf8.cabal b/with-utf8.cabal index d4ad152..e02b6a4 100644 --- a/with-utf8.cabal +++ b/with-utf8.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: with-utf8 -version: 1.0.2.4 +version: 1.1.0.0 synopsis: Get your IO right on the first try description: This minimalistic library helps you navigate the world of text encodings avoiding @invalid argument (invalid byte sequence)@