diff --git a/CHANGELOG.md b/CHANGELOG.md index 087af41..03c9fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2024-05-05 + +### Miscellaneous Tasks + +- Upgrade dependencies to latest version + ## [0.5.5] - 2023-08-04 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 3588cee..11e6458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "rofi-vscode-mode" -version = "0.5.7" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index eb19453..3ad6f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rofi-vscode-mode" -version = "0.5.7" +version = "0.6.0" authors = ["Alessandro Fulgini "] edition = "2021" rust-version = "1.78.0"