From 454a94aa3af4546c6630bfc713acf7bc5945e754 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sat, 12 Oct 2024 13:39:26 -0700 Subject: [PATCH] Release version 0.1.1 (#16) Update version to 0.1.1 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 0e81986..92cae57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "git-prole" -version = "0.1.0" +version = "0.1.1" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index f80c95a..0312131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ publish = false # Don't do `cargo publish`. [package] name = "git-prole" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Rebecca Turner "] description = "A git-worktree(1) manager"