Skip to content

Commit 5b05232

Browse files
committed
Update libgfold to 0.1.3
Signed-off-by: Nick Gerace <[email protected]>
1 parent 44de879 commit 5b05232

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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.2", path = "../../lib/libgfold" }
17+
libgfold = { version = "0.1.3", path = "../../lib/libgfold" }
1818

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

docs/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Steps should be executed in sequential order.
2121

2222
- [ ] Checkout and rebase `main` to its latest commit and checkout a new branch
2323
- [ ] Change the `version` field in [`Cargo.toml`](../lib/libgfold/Cargo.toml) to the new tag
24+
- [ ] Use the new version in the `gfold` [`Cargo.toml`](../lib/gfold/Cargo.toml) file
2425
- [ ] Change the version in [`CHANGELOG.md`](../CHANGELOG.md) and uncomment the following line: `<!--The latest version contains all changes.-->` (skip this for release candidates)
2526
- [ ] Verify that everything looks/works as expected:
2627

@@ -91,4 +92,4 @@ cargo install --locked gfold
9192
cargo install --locked --version <tag> gfold
9293
```
9394

94-
- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct
95+
- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct

lib/libgfold/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
The latest version contains all changes.
1111

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

1420
### Changed
@@ -26,4 +32,4 @@ The latest version contains all changes.
2632

2733
### Added
2834

29-
- Add initial contents
35+
- Add initial contents

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.2"
3+
version = "0.1.3"
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)