Skip to content

Commit 182ffb0

Browse files
committed
Update gfold to 4.5.0
Signed-off-by: Nick Gerace <[email protected]>
1 parent 5b05232 commit 182ffb0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
The latest version contains all changes.
1111

12+
## 4.5.0 - 2024-05-23
13+
14+
### Added
15+
16+
- Ability to use the standard display mode, but the results are purely alphabetical and not sorted by repository status
17+
18+
### Changed
19+
20+
- Bump dependencies
21+
1222
## 4.4.1 - 2023-12-23
1323

1424
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/gfold/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfold"
3-
version = "4.4.1"
3+
version = "4.5.0"
44

55
categories = ["command-line-utilities", "command-line-interface"]
66
description = "CLI tool to help keep track of your Git repositories."

docs/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Steps should be executed in sequential order.
5959
cargo xtask ci
6060
```
6161

62-
- [ ] Create and _do not merge_ a commit with the following message: `Update to <tag>`
62+
- [ ] Create and _do not merge_ a commit with the following message: `Update gfold to <tag>`
6363
- [ ] Test and verify the publishing workflow:
6464

6565
```shell

0 commit comments

Comments
 (0)