From fbded8b48e3d2ef31b6513a575d773760ed54e0c Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 16 Jan 2024 22:07:28 +0100 Subject: [PATCH] Bump the version of the package Problem: we want to make a new release to support latest GHC versions, but there was a deprecation in recent changes. Solution: make a major version bump, set the new version to 1.1.0.0. --- CHANGELOG.md | 9 ++++++++- package.yaml | 2 +- with-utf8.cabal | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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)@