diff --git a/Changelog.md b/Changelog.md index 5b0f043..189d6d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file -[unreleased]: https://github.com/eugenesvk/xontrib-skim/compare/0.0.5...HEAD +[unreleased]: https://github.com/eugenesvk/xontrib-skim/compare/0.0.6...HEAD ## [Unreleased] @@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file +[0.0.6]: https://github.com/eugenesvk/xontrib-skim/releases/tag/0.0.6 +## [0.0.6] - 🐞 __Fixed__ + keybind sequences causing an error due to the parser trying to despace a list improperly diff --git a/pyproject.toml b/pyproject.toml index 7b678f3..87d3585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xontrib-skim" -version = "0.0.5" +version = "0.0.6" description = "skim (fuzzy finder) integration" authors = ["Evgeny "] license = "MIT"