Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# CHANGELOG

## [Unreleased]
## [v0.0.2.0] – 13/03/2022

This is an experimental release.

* Typo corrections, documentation improvements
* Fix the String instance (https://github.com/haskell-text/text-display/pull/17)
* Bump dependencies

## [v0.0.1.0] – 2/11/2021

This is an experimental release.

* Initial release

[Unreleased]: https://github.com/kleidukos/text-display/compare/v0.0.1.0...HEAD
Expand Down
2 changes: 1 addition & 1 deletion text-display.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand Down