Skip to content

Commit 1d76838

Browse files
committed
Update to 4.3.3
Signed-off-by: Nick Gerace <[email protected]>
1 parent 0b58681 commit 1d76838

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ 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.3.3 - 2023-04-07
1315

1416
### Changed
1517

1618
- Bump dependencies
1719

1820
### Notes
1921

20-
- Remove `flake.nix` for more local development options
22+
- Remove `flake.nix` due to lack of use (might return in the future)
2123
- Fix missing `4.3.2` title in the `CHANGELOG`
2224

2325
## 4.3.2 - 2023-03-09

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.

crates/gfold/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "../../README.md"
1010
repository = "https://github.com/nickgerace/gfold/"
1111

1212
edition = "2021"
13-
version = "4.3.2"
13+
version = "4.3.3"
1414

1515
[dependencies]
1616
anyhow = { version = "1.0", features = ["backtrace"] }

0 commit comments

Comments
 (0)