diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | crates/gfold/Cargo.toml | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83af86e..5aa969c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ 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.3.3 - 2023-04-07 ### Changed @@ -17,7 +19,7 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA ### Notes -- Remove `flake.nix` for more local development options +- Remove `flake.nix` due to lack of use (might return in the future) - Fix missing `4.3.2` title in the `CHANGELOG` ## 4.3.2 - 2023-03-09 @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "gfold" -version = "4.3.2" +version = "4.3.3" dependencies = [ "anyhow", "clap", diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml index fdb581f..79201aa 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.2" +version = "4.3.3" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } |