From d216d89bfa1ea5c46a3cdf01c6526ef5dbb6c88d Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 14 Mar 2022 18:17:42 +0100 Subject: [PATCH] Release 0.2.0.1 --- CHANGELOG.md | 6 ++++++ ucl.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d26b4..35ab641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for ucl +## 0.2.0.1 + +* Fixed failure on unicode characters in parseString +* Fixed memory leaks +* Fixed null truncating lists and maps + ## 0.2.0.0 -- 2021-02-07 * Changed UCLMap UCL UCL to a more precise UCLMap Text UCL diff --git a/ucl.cabal b/ucl.cabal index f90fb78..37a9cfe 100644 --- a/ucl.cabal +++ b/ucl.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: ucl -version: 0.2.0.0 +version: 0.2.0.1 synopsis: Datatype and parser for the Universal Configuration Language (UCL) using libucl description: The Universal Configuration Language (UCL) is a configuration language -- 2.45.2