Skip to content

Commit 59853b3

Browse files
committed
Update to 4.4.0
Signed-off-by: Nick Gerace <[email protected]>
1 parent 8a76741 commit 59853b3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,22 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA
99

1010
## Unreleased
1111

12-
<!-- The latest version contains all changes. -->
12+
The latest version contains all changes.
13+
14+
## 4.4.0 - 2023-06-26
1315

1416
### Changed
1517

1618
- Bump dependencies
1719

1820
### Notes
1921

20-
- Split gfold into two crates: a library and a binary
22+
- Bump the minor version field instead of the patch field because the dependency tree has significantly changed
23+
- Technically, the sole user-facing change is that the external dependencies have been bumped
24+
- For context, `libgfold` was newly introduced and contains the majority of the original `gfold` source code
25+
- Only run CI checks on merge
26+
- Publish and use `libgfold` for the first time
27+
- Split `gfold` into two crates: a library and a binary
2128
- Use cargo workspace dependencies
2229

2330
## 4.3.3 - 2023-04-07

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfold"
3-
version = "4.3.3"
3+
version = "4.4.0"
44
edition = "2021"
55

66
authors = ["Nick Gerace <[email protected]>"]

0 commit comments

Comments
 (0)