urbit-hob

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

commit f25d94a20b98ebe7a67712a49d6e834654846157
parent aa016a902408b1c427bf85fe6d74c2fe5bda0ac1
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 13 Sep 2019 18:48:21 -0230

release: patch version bump

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,4 +1,8 @@ # Changelog +- 0.1.1 (2019-09-13) + * Fixes an overflow bug (urbit/urbit-hob#2) that resulted in Urbit.Ob.feis + returning incorrect results on very rare inputs. + - 0.1.0 (2019-09-06) * Initial release. diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -1,5 +1,5 @@ name: urbit-hob -version: 0.1.0 +version: 0.1.1 synopsis: Hoon-style atom manipulation and printing functions homepage: https://github.com/urbit/urbit-hob bug-reports: https://github.com/urbit/urbit-hob/issues