From a68d3e95c83838afb6b263d0ec1cee0fd3de4052 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jul 2026 23:47:05 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 "]