Skip to content

Commit 9b2bfde

Browse files
committed
Update libgfold to 0.1.4
Signed-off-by: Nick Gerace <[email protected]>
1 parent 2a542b4 commit 9b2bfde

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines 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
@@ -14,7 +14,7 @@ license.workspace = true
1414
repository.workspace = true
1515

1616
[dependencies]
17-
libgfold = { version = "0.1.3", path = "../../lib/libgfold" }
17+
libgfold = { version = "0.1.4", path = "../../lib/libgfold" }
1818

1919
anyhow = { workspace = true }
2020
clap = { workspace = true }

lib/libgfold/CHANGELOG.md

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

1010
The latest version contains all changes.
1111

12+
## 0.1.4 - 2024-12-09
13+
14+
### Changed
15+
16+
- Bump dependencies
17+
1218
## 0.1.3 - 2024-05-23
1319

1420
### Changed

lib/libgfold/Cargo.toml

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

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

0 commit comments

Comments
 (0)