We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ffaaf commit 19879f2Copy full SHA for 19879f2
CHANGELOG.md
@@ -1,8 +1,17 @@
1
# CHANGELOG
2
3
-## [Unreleased]
+## [v0.0.2.0] – 13/03/2022
4
+
5
+This is an experimental release.
6
7
+* Typo corrections, documentation improvements
8
+* Fix the String instance (https://github.com/haskell-text/text-display/pull/17)
9
+* Bump dependencies
10
11
## [v0.0.1.0] – 2/11/2021
12
13
14
15
* Initial release
16
17
[Unreleased]: https://github.com/kleidukos/text-display/compare/v0.0.1.0...HEAD
text-display.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: text-display
-version: 0.0.1.0
+version: 0.0.2.0
category: Text
synopsis: A typeclass for user-facing output
description:
0 commit comments