From 12177c116f64c3e24c63d7a0100eeb50d665899e Mon Sep 17 00:00:00 2001 From: Alessandro Fulgini Date: Sun, 5 May 2024 19:41:19 +0200 Subject: [PATCH] chore(release): prepare for 0.6.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c9fb0..a38aff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2024-05-05 +## [0.6.1] - 2024-05-05 + +### Bug Fixes + +- Correct typo in Makefile ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 11e6458..a8e90d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "rofi-vscode-mode" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3ad6f36..e37f043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rofi-vscode-mode" -version = "0.6.0" +version = "0.6.1" authors = ["Alessandro Fulgini "] edition = "2021" rust-version = "1.78.0"