From ff462c893d1873f74cc1ba199b8f773cce0f309b Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@gmail.com> Date: Fri, 21 Aug 2015 09:07:01 -0700 Subject: [PATCH] Bump version to 1.0.1 and update changelog --- CHANGELOG.markdown | 4 ++++ utf8-string.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 536c6d6..cf718a5 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,7 @@ +1.0.1 +----- +* Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell) + 1 ----- * Remove out all the old utf8 IO support. GHC supports utf8 now. diff --git a/utf8-string.cabal b/utf8-string.cabal index 87aaa8f..d0d87cb 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -1,5 +1,5 @@ Name: utf8-string -Version: 1 +Version: 1.0.1 Author: Eric Mertens Maintainer: emertens@galois.com License: BSD3 -- GitLab