Skip to content

Commit

Permalink
Update libgfold to 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
  • Loading branch information
nickgerace committed May 23, 2024
1 parent 44de879 commit 5b05232
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.2", path = "../../lib/libgfold" }
libgfold = { version = "0.1.3", path = "../../lib/libgfold" }

anyhow = { workspace = true }
clap = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Steps should be executed in sequential order.

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

Expand Down Expand Up @@ -91,4 +92,4 @@ cargo install --locked gfold
cargo install --locked --version <tag> gfold
```

- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct
- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct
8 changes: 7 additions & 1 deletion 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.3 - 2024-05-23

### Changed

- Bump dependencies

## 0.1.2 - 2023-12-23

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

### Added

- Add initial contents
- Add initial contents
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.2"
version = "0.1.3"

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 5b05232

Please sign in to comment.