commit fcf9115ed43cce62e48e5b2abeaef3a73947944a
parent 084628846b0ae5ecd7806bc8c9d04a9c99c59ec8
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 4 Jun 2020 11:56:48 +0400
release: patch version bump (0.3.2 -> 0.3.3)
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,11 @@
# Changelog
+- 0.3.3 (2020-06-04)
+ * Exposes the constructors for the 'Patp' and 'Patq' types. These were
+ previously hidden, but that can lead to inconvenience when working with
+ the 'Patq' type in particular, and there should be no invariants that
+ can be broken by exposing them anyway.
+
- 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
diff --git a/urbit-hob.cabal b/urbit-hob.cabal
@@ -1,5 +1,5 @@
name: urbit-hob
-version: 0.3.2
+version: 0.3.3
synopsis: Hoon-style atom manipulation and printing functions
homepage: https://github.com/urbit/urbit-hob
bug-reports: https://github.com/urbit/urbit-hob/issues
@@ -10,7 +10,7 @@ category: Urbit
license: MIT
license-file: LICENSE
build-type: Simple
-tested-with: GHC == 8.6.5
+tested-with: GHC == 8.6.5, GHC == 8.8.3
cabal-version: >= 1.10
description:
Here you can primarily find functions for dealing with the \"patp\" and