From 1f195f8052c3b4d0ce570bbe3b17672cb11e4950 Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Fri, 15 May 2020 16:32:49 +0300 Subject: [PATCH] Release v1.0.2.0 --- CHANGELOG.md | 4 +++- package.yaml | 2 +- with-utf8.cabal | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba63b1..ec7e339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## 1.0.2.0 + +Improve `utf8-troubleshoot` to make it useful for identifying tricky cases. ### Changed diff --git a/package.yaml b/package.yaml index a9e32c4..f5c210b 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MPL-2.0 name: with-utf8 -version: 1.0.1.0 +version: 1.0.2.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 d211795..8fbc1b5 100644 --- a/with-utf8.cabal +++ b/with-utf8.cabal @@ -4,10 +4,10 @@ cabal-version: 1.18 -- -- see: https://github.com/sol/hpack -- --- hash: 1ea347833d52b624ed883ebcc39e185040111f473bcec86b8026852eb7efea20 +-- hash: 7a8e17b836c254d67dc50ee878cda9586a823dedf7f76b1f36426f2ad817e7b3 name: with-utf8 -version: 1.0.1.0 +version: 1.0.2.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)@