From 0c55fc189bd0e11f62e66cba83b6d060e56268f3 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Sun, 14 Jul 2024 09:26:43 +0200 Subject: [PATCH] chore: Release 3.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index badcc90..96df9dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,7 +385,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chezmoi_modify_manager" -version = "3.3.0" +version = "3.4.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e150122..a04565e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" name = "chezmoi_modify_manager" repository = "https://github.com/VorpalBlade/chezmoi_modify_manager" rust-version = "1.75.0" -version = "3.3.0" +version = "3.4.0" [features] default = ["updater-tls-rusttls", "keyring", "vendored"]