diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | crates/gfold/Cargo.toml | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3223af..24eacae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA The latest version contains all changes. +## 4.3.1 - 2023-02-05 + +### Changed + +- Bump dependencies +- Bump LICENSE year + ## 4.3.0 - 2023-02-05 ### Added @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "gfold" -version = "4.3.0" +version = "4.3.1" dependencies = [ "anyhow", "clap", diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml index 4e07479..f591d98 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.0" +version = "4.3.1" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } |