From 182ffb03976db10747c3f5707fee916f8da3703b Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Thu, 23 May 2024 16:17:47 -0400 Subject: [PATCH] Update gfold to 4.5.0 Signed-off-by: Nick Gerace --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- bin/gfold/Cargo.toml | 2 +- docs/RELEASE.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32302d5..1d3de68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ The latest version contains all changes. +## 4.5.0 - 2024-05-23 + +### Added + +- Ability to use the standard display mode, but the results are purely alphabetical and not sorted by repository status + +### Changed + +- Bump dependencies + ## 4.4.1 - 2023-12-23 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f545a6e..5143189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "gfold" -version = "4.4.1" +version = "4.5.0" dependencies = [ "anyhow", "clap", diff --git a/bin/gfold/Cargo.toml b/bin/gfold/Cargo.toml index 66637c1..e779be8 100644 --- a/bin/gfold/Cargo.toml +++ b/bin/gfold/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gfold" -version = "4.4.1" +version = "4.5.0" categories = ["command-line-utilities", "command-line-interface"] description = "CLI tool to help keep track of your Git repositories." diff --git a/docs/RELEASE.md b/docs/RELEASE.md index d0da76c..c55a186 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -59,7 +59,7 @@ Steps should be executed in sequential order. cargo xtask ci ``` -- [ ] Create and _do not merge_ a commit with the following message: `Update to ` +- [ ] Create and _do not merge_ a commit with the following message: `Update gfold to ` - [ ] Test and verify the publishing workflow: ```shell