diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | crates/gfold/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8d2d0..4cfd6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ 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. ### Changed @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "gfold" -version = "4.3.1" +version = "4.3.2" dependencies = [ "anyhow", "clap", diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml index ca80550..9b9c283 100644 --- a/crates/gfold/Cargo.toml +++ b/crates/gfold/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../README.md" repository = "https://github.com/nickgerace/gfold/" edition = "2021" -version = "4.3.1" +version = "4.3.2" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } |