diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f2b15..009ff2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/asepharyana/zesdex/compare/v1.0.0...v1.0.1) (2026-07-12) + + +### Bug Fixes + +* resolve clippy uninlined_format_args and match_same_arms warnings ([a491a37](https://github.com/asepharyana/zesdex/commit/a491a371a593bf47d58ac5985bbec325bbae6e38)) + # 1.0.0 (2026-07-12) diff --git a/Cargo.lock b/Cargo.lock index 0c86ae3..30b7cfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "zesdex" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7d757a0..223b194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zesdex" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["asepharyana "]