Skip to content

Commit

Permalink
Update CHANGELOG for 0.1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed May 2, 2020
1 parent 42ea60f commit d113e5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ The changelog is available [on GitHub][2].
Support GHC-8.10.
* [#27](https://github.com/kowainik/colourista/issues/27):
Add unicode indicators to `*Message` functions.
* [#17](https://github.com/kowainik/colourista/issues/17):
Add `indent` formatting function.
* [#7](https://github.com/kowainik/colourista/issues/7):
Add `underline`, `doubleUnderline`, `noUnderline` formatting functions.
* [#28](https://github.com/kowainik/colourista/issues/28):
Add `Colourista.Short` with short aliases for `bold`, `italic` and
`underline`.

## 0.0.0.0 — Feb 16, 2020 🌈

Expand Down
2 changes: 1 addition & 1 deletion colourista.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: colourista
version: 0.0.0.1
version: 0.1.0.0
synopsis: Convenient interface for printing colourful messages
description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library.
homepage: https://github.com/kowainik/colourista
Expand Down

0 comments on commit d113e5d

Please sign in to comment.