From 9335b3d44734c112a02a4cf02c84b7c045bea01e Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Sat, 11 May 2024 13:00:02 +0200 Subject: [PATCH] chore: Release 3.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b0ba0b..3877d8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chezmoi_modify_manager" -version = "3.2.2" +version = "3.3.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index c5fb315..e37ec24 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.2.2" +version = "3.3.0" [features] default = ["updater-tls-rusttls", "keyring"]