Skip to content

Commit 19879f2

Browse files
authored
Release v0.0.2.0 (#23)
1 parent e4ffaaf commit 19879f2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# CHANGELOG
22

3-
## [Unreleased]
3+
## [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
410

511
## [v0.0.1.0] – 2/11/2021
12+
13+
This is an experimental release.
14+
615
* Initial release
716

817
[Unreleased]: https://github.com/kleidukos/text-display/compare/v0.0.1.0...HEAD

text-display.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: text-display
3-
version: 0.0.1.0
3+
version: 0.0.2.0
44
category: Text
55
synopsis: A typeclass for user-facing output
66
description:

0 commit comments

Comments
 (0)