diff --git a/CHANGELOG.md b/CHANGELOG.md index 14209d6..23028d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.2 (2022-03-05) + +- Add hints for kitty +- Add hints for pop-shell +- Update dependencies + ## v0.2.1 (2021-05-18) - Slightly improve shortcuts for vscode diff --git a/pyproject.toml b/pyproject.toml index e89b3e9..c0f8eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keyhint" -version = "0.2.1" +version = "0.2.2" description = "Cheat-sheets for shortcuts & commands at your fingertips." keywords = ["shortcuts", "keybindings", "hints", "helper", "cheatsheet"] license = "MIT" @@ -64,7 +64,7 @@ build-backend = "poetry.core.masonry.api" [tool.briefcase] project_name = "KeyHint" bundle = "eu.dynobo.keyhint" -version = "0.2.1" +version = "0.2.2" url = "https://github.com/dynobo/keyhint" license = "MIT" author = 'dynobo'