Skip to content

Commit f1c0887

Browse files
committed
Update gfold to 4.4.1
Signed-off-by: Nick Gerace <[email protected]>
1 parent 4200224 commit f1c0887

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
## Unreleased
99

10-
<!-- The latest version contains all changes. -->
10+
The latest version contains all changes.
11+
12+
## 4.4.1 - 2023-12-23
1113

1214
### Changed
1315

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfold"
3-
version = "4.4.0"
3+
version = "4.4.1"
44
edition = "2021"
55

66
authors = ["Nick Gerace <[email protected]>"]
@@ -13,7 +13,7 @@ readme = "../../README.md"
1313
repository = "https://github.com/nickgerace/gfold/"
1414

1515
[dependencies]
16-
libgfold = { version = "0.1.1", path = "../../lib/libgfold" }
16+
libgfold = { version = "0.1.2", path = "../../lib/libgfold" }
1717

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

docs/RELEASE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This document contains all information related to release.
44

5+
## Versioning Scheme
6+
7+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
Generally, the versioning scheme looks like the following formats where `X` is an unsigned integer:
9+
10+
- **Release candidates (RCs):** `X.X.X-rc.X`
11+
- **Full releases:** `X.X.X`
12+
513
## Overview
614

715
If only `gfold` has changed, release `gfold` alone.
@@ -37,14 +45,6 @@ cargo publish -p libgfold
3745
- [ ] Verify that the [crate](https://crates.io/crates/libgfol) on `crates.io` looks correct
3846
- [ ] Ensure that the [docs](https://docs.rs/libgfold/latest/libgfold/) on `docs.rs` look correct
3947

40-
## Versioning Scheme
41-
42-
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
43-
Generally, the versioning scheme looks like the following formats where `X` is an unsigned integer:
44-
45-
- **Release candidates (RCs):** `X.X.X-rc.X`
46-
- **Full releases:** `X.X.X`
47-
4848
## Checklist for `gfold`
4949

5050
Steps should be executed in sequential order.

0 commit comments

Comments
 (0)