From 54c48db8f6395e7e80521212ece9d1747d883666 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Wed, 30 Dec 2020 02:27:40 -0500 Subject: [PATCH] Releasing Termdash v0.14. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f350786..790c1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] - 30-Dec-2020 + ### Breaking API changes - The `widgetapi.Widget.Keyboard` and `widgetapi.Widget.Mouse` methods now @@ -437,7 +439,8 @@ identifiers shouldn't be used externally. - The Gauge widget. - The Text widget. -[unreleased]: https://github.com/mum4k/termdash/compare/v0.13.0...devel +[unreleased]: https://github.com/mum4k/termdash/compare/v0.14.0...devel +[0.14.0]: https://github.com/mum4k/termdash/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/mum4k/termdash/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1