diff --git a/CHANGELOG.md b/CHANGELOG.md index 324f249..b8835c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0.2] - 2020-01-22 +### Added +- Export `TextLike`. + ## [0.1.0.1] - 2018-09-22 ### Chaged - `Text` for the messages and applications replaced with more abstract class. diff --git a/bcd-log.cabal b/bcd-log.cabal index 795fa99..135789a 100644 --- a/bcd-log.cabal +++ b/bcd-log.cabal @@ -1,5 +1,5 @@ name: bcd-log -version: 0.1.0.1 +version: 0.1.0.2 synopsis: Biocad Log description: Biocad log includes: diff --git a/src/System/BCD/Log.hs b/src/System/BCD/Log.hs index 26c847d..2af353d 100644 --- a/src/System/BCD/Log.hs +++ b/src/System/BCD/Log.hs @@ -7,6 +7,7 @@ module System.BCD.Log ( module System.BCD.Log.Types , module System.BCD.Log.Time + , TextLike , log' , debug' , info'