diff --git a/CHANGELOG.md b/CHANGELOG.md index ea746b0..44daa61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.2] - 2023-06-22 + +### Miscellaneous Tasks + +- Upgrade python language version for black +- Upgrade pre-commit config + ## [0.4.0] - 2023-04-17 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index ade68d5..0d7d235 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "rofi-vscode-mode" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 998e8fe..b2660c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rofi-vscode-mode" -version = "0.5.1" +version = "0.5.2" authors = ["Alessandro Fulgini "] edition = "2021" rust-version = "1.60.0"