urbit-hob

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

commit 9151d9c8856aa9970f05750fc2ce9e9d4a949ab3
parent 21ce81509047bcf3652841534851ad83af47aa74
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 20 Sep 2019 09:35:55 -0230

release: minor version bump (0.2.0 -> 0.3.0)

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,10 @@ # Changelog +- 0.3.0 (2019-09-20) + * Adds support for Urbit's @q encoding. The API mirrors that of @p. + * Adds the useful 'clan' and 'sein' functions for determining a ship's + class and default parent. + - 0.2.0 (2019-09-18) * Now uses Natural internally, and thus faithfully supports Hoon atoms of arbitrary size. diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -1,5 +1,5 @@ name: urbit-hob -version: 0.2.0 +version: 0.3.0 synopsis: Hoon-style atom manipulation and printing functions homepage: https://github.com/urbit/urbit-hob bug-reports: https://github.com/urbit/urbit-hob/issues