Skip to content

Commit

Permalink
Update gfold to 4.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed May 23, 2024
1 parent 5b05232 commit 182ffb0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/gfold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tag>`
- [ ] Create and _do not merge_ a commit with the following message: `Update gfold to <tag>`
- [ ] Test and verify the publishing workflow:

```shell
Expand Down

0 comments on commit 182ffb0

Please sign in to comment.