From 6284e4821d8333fe36f90aa3066ea4b82e02cf27 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 20 Jun 2020 14:51:28 -0400 Subject: [PATCH] Updating CHANGELOG for release 0.12.1. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba58c7..c49b973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.12.0] - 10-Apr-2020 +## [0.12.1] - 20-Jun-2020 ### Fixed - the `tcell` unit test can now pass in headless mode (when TERM="") which happens under bazel. +## [0.12.0] - 10-Apr-2020 + ### Added - Migrating to [Go modules](https://blog.golang.org/using-go-modules). @@ -330,7 +332,8 @@ identifiers shouldn't be used externally. - The Gauge widget. - The Text widget. -[unreleased]: https://github.com/mum4k/termdash/compare/v0.12.0...devel +[unreleased]: https://github.com/mum4k/termdash/compare/v0.12.1...devel +[0.12.1]: https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/mum4k/termdash/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/mum4k/termdash/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/mum4k/termdash/compare/v0.9.1...v0.10.0