From bf828146f3a7b796527348b58298f08d5b01d5b6 Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Tue, 24 Aug 2021 13:29:18 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658864e..0696a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.7] - 2021-08-24 +### Fixed +- Replace `netrw` with `lf` and harden `nonest_nvim`. + ## [0.11.6] - 2021-08-23 ### Fixed -- Use better airline symbols, support `nvim` resizing with arrows, and harden nonest_nvim. +- Use better airline symbols, support `nvim` resizing with arrows, and harden `nonest_nvim`. ## [0.11.5] - 2021-08-19 ### Fixed @@ -191,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created basic script for proof of concept. -[Unreleased]: https://github.com/adamtabrams/fig/compare/0.11.6...HEAD +[Unreleased]: https://github.com/adamtabrams/fig/compare/0.11.7...HEAD +[0.11.7]: https://github.com/adamtabrams/fig/compare/0.11.6...0.11.7 [0.11.6]: https://github.com/adamtabrams/fig/compare/0.11.5...0.11.6 [0.11.5]: https://github.com/adamtabrams/fig/compare/0.11.4...0.11.5 [0.11.4]: https://github.com/adamtabrams/fig/compare/0.11.3...0.11.4