diff --git a/CHANGELOG.md b/CHANGELOG.md index a102bae..dfc25da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.2.1 - 2022-08-11 + ### Added - Support for modifiers on special keys via the [kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/) diff --git a/Cargo.lock b/Cargo.lock index 9eb5ed9..65c261d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cove" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0d8fe4e..9a659cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cove" -version = "0.2.0" +version = "0.2.1" edition = "2021" [dependencies]