Skip to content

Commit

Permalink
Update libgfold to 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Dec 9, 2024
1 parent 2a542b4 commit 9b2bfde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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
Expand Up @@ -14,7 +14,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
libgfold = { version = "0.1.3", path = "../../lib/libgfold" }
libgfold = { version = "0.1.4", path = "../../lib/libgfold" }

anyhow = { workspace = true }
clap = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions lib/libgfold/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

The latest version contains all changes.

## 0.1.4 - 2024-12-09

### Changed

- Bump dependencies

## 0.1.3 - 2024-05-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/libgfold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libgfold"
version = "0.1.3"
version = "0.1.4"

categories = ["development-tools"]
description = "Provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem."
Expand Down

0 comments on commit 9b2bfde

Please sign in to comment.