urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit ee98c41dcc72ac96fd742dcab909eabffac30fc4
parent 33be5d189128ae5e6784f8aafd766a5b78143dcd
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 28 Feb 2020 18:49:03 +0400

release: patch version bump (0.3.1 -> 0.3.2)

* Update CHANGELOG

Diffstat:
MCHANGELOG | 6++++++
Murbit-hob.cabal | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,11 @@ # Changelog +- 0.3.2 (2020-02-28) + * Fixes a bug in Data.Serialize.Extended.unroll that led 0 to be encoded + as the empty ByteString instead of \NUL. This could result in an + equality comparison error when a ~zod value gotten via 'patp' was + compared with one gotten via 'parsePatp'. + - 0.3.1 (2020-01-06) * Adds 'Ord' instances for the 'Patp' and 'Patq' types. diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -1,5 +1,5 @@ name: urbit-hob -version: 0.3.1 +version: 0.3.2 synopsis: Hoon-style atom manipulation and printing functions homepage: https://github.com/urbit/urbit-hob bug-reports: https://github.com/urbit/urbit-hob/issues