From 55b35c46669a19e7f120c6a8ea11e0a72ff8451e Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Tue, 7 Nov 2023 19:58:57 +0000 Subject: [PATCH] chore(git-workspace): Release 1.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dcb6b4..9620748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "git-workspace" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "atomic-counter", diff --git a/Cargo.toml b/Cargo.toml index ad74e48..1ea4472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-workspace" -version = "1.3.0" +version = "1.4.0" readme = "README.md" repository = "https://github.com/orf/git-workspace" authors = ["Tom Forbes "]