Skip to content

Commit d113e5d

Browse files
committed
Update CHANGELOG for 0.1.0.0 release
1 parent 42ea60f commit d113e5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ The changelog is available [on GitHub][2].
99
Support GHC-8.10.
1010
* [#27](https://github.com/kowainik/colourista/issues/27):
1111
Add unicode indicators to `*Message` functions.
12+
* [#17](https://github.com/kowainik/colourista/issues/17):
13+
Add `indent` formatting function.
14+
* [#7](https://github.com/kowainik/colourista/issues/7):
15+
Add `underline`, `doubleUnderline`, `noUnderline` formatting functions.
16+
* [#28](https://github.com/kowainik/colourista/issues/28):
17+
Add `Colourista.Short` with short aliases for `bold`, `italic` and
18+
`underline`.
1219

1320
## 0.0.0.0 — Feb 16, 2020 🌈
1421

colourista.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: colourista
3-
version: 0.0.0.1
3+
version: 0.1.0.0
44
synopsis: Convenient interface for printing colourful messages
55
description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library.
66
homepage: https://github.com/kowainik/colourista

0 commit comments

Comments
 (0)