diff --git a/ChangeLog.md b/ChangeLog.md index 740ec744..97d6d5b1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ # Changelog -## [unreleased] +## [0.1.0.8] +- remove `text-icu` dependency at the cost sof not detecting grapheme clusters correctly ## [0.1.0.7] - fix several bugs diff --git a/tinytools.cabal b/tinytools.cabal index 38c4ee96..00b4f218 100644 --- a/tinytools.cabal +++ b/tinytools.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tinytools -version: 0.1.0.7 +version: 0.1.0.8 description: tinytools is a mono-space unicode diagram editor library, tinytools is only the model and controller. See tinytools-vty for a terminal based view frontend. homepage: https://github.com/minimapletinytools/tinytools#readme bug-reports: https://github.com/minimapletinytools/tinytools/issues