Skip to content

Commit

Permalink
Update to 4.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Jun 26, 2023
1 parent 8a76741 commit 59853b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,22 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA

## Unreleased

<!-- The latest version contains all changes. -->
The latest version contains all changes.

## 4.4.0 - 2023-06-26

### Changed

- Bump dependencies

### Notes

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

## 4.3.3 - 2023-04-07
Expand Down
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
@@ -1,6 +1,6 @@
[package]
name = "gfold"
version = "4.3.3"
version = "4.4.0"
edition = "2021"

authors = ["Nick Gerace <[email protected]>"]
Expand Down

0 comments on commit 59853b3

Please sign in to comment.