From 1534eaf18693db9f7d831f04ee9ebf43c082832e Mon Sep 17 00:00:00 2001 From: Alessandro Fulgini Date: Thu, 16 May 2024 23:05:47 +0200 Subject: [PATCH] chore(release): prepare for 0.6.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a38aff1..227c1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.6.2] - 2024-05-16 + +### Bug Fixes + +- Prevent CARGO_HOME variable from leaking into Arch container + +### Miscellaneous Tasks + +- Update Python version in pre-commit config + ## [0.6.1] - 2024-05-05 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a8e90d8..a970b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "rofi-vscode-mode" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e37f043..2e98eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rofi-vscode-mode" -version = "0.6.1" +version = "0.6.2" authors = ["Alessandro Fulgini "] edition = "2021" rust-version = "1.78.0"