diff --git a/CHANGELOG.md b/CHANGELOG.md index 709ef06..7990e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.7.0] - 2024-11-12 + +### Miscellaneous Tasks + +- Upgrade dependencies to latest version + ## [0.6.3] - 2024-07-28 ### Miscellaneous Tasks - Upgrade dependencies to latest version +- Upgrade KSXGitHub/github-actions-deploy-aur to v2.7.2 ## [0.6.2] - 2024-05-16 diff --git a/Cargo.lock b/Cargo.lock index a175771..c45623b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,7 +797,7 @@ dependencies = [ [[package]] name = "rofi-vscode-mode" -version = "0.6.3" +version = "0.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0a9bd5f..507357c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rofi-vscode-mode" -version = "0.6.3" +version = "0.7.0" authors = ["Alessandro Fulgini "] edition = "2021" rust-version = "1.80.0"