From 68b4ba943a4bbb3d8452c67bbf50b0ba3f58956a Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 18 Nov 2024 11:32:31 -0800 Subject: [PATCH] Release version 0.5.3 (#102) Update version to 0.5.3 with [cargo-release](https://github.com/crate-ci/cargo-release). Merge this PR to build and publish a new release. Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be0cffe..8832965 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "git-prole" -version = "0.5.2" +version = "0.5.3" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 982ed19..066ffb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ publish = false # Don't do `cargo publish`. [package] name = "git-prole" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Rebecca Turner "] description = "A git-worktree(1) manager"