From 904d4018c73dbe0c3dc278e8cb7f0d8d6cac62db Mon Sep 17 00:00:00 2001 From: Alessandro Fulgini Date: Sun, 5 May 2024 19:24:05 +0200 Subject: [PATCH] chore(release): prepare for 0.6.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"