From 2407dea0d5869a389355a9f6c9f66889a9b336c5 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sun, 7 Mar 2021 12:32:47 +0530 Subject: [PATCH] Update changelog.md for patch release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b635e..28103d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] - ReleaseDate +### Fixed +- Fix flaky tree --all test from [meain](https://github.com/meain) + ## [0.20.0] - 2021-03-07 ### Added - Add support for changing the string between icon and name from [Finn Hediger](https://github.com/orangefran) [#363](https://github.com/Peltoche/lsd/issues/363) @@ -304,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the component alignement by using term_grid -[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...HEAD +[Unreleased]: https://github.com/Peltoche/lsd/compare/0.20.0...HEAD +[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...0.20.0 [0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0 [0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...0.18.0 [0.17.0]: https://github.com/Peltoche/lsd/compare/0.16.0...0.17.0