From aa6cabfe08935812655bf4ee66027f4dac060dc4 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 20 Oct 2024 22:15:54 -0700 Subject: [PATCH] Release version 0.4.0 (#75) Update version to 0.4.0 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 927cce6..bb9eec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "git-prole" -version = "0.3.0" +version = "0.4.0" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 4d06df9..3c0645f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ publish = false # Don't do `cargo publish`. [package] name = "git-prole" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Rebecca Turner "] description = "A git-worktree(1) manager"