Release v1.0.2.0

This commit is contained in:
Kirill Elagin 2020-05-15 16:32:49 +03:00
parent 90e730eaf2
commit 1f195f8052
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## Unreleased
## 1.0.2.0
Improve `utf8-troubleshoot` to make it useful for identifying tricky cases.
### Changed

View File

@ -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

View File

@ -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)@