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))
This commit is contained in:
semantic-release-bot
2026-07-12 23:47:05 +00:00
parent a491a371a5
commit a68d3e95c8
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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) # 1.0.0 (2026-07-12)
Generated
+1 -1
View File
@@ -4306,7 +4306,7 @@ dependencies = [
[[package]] [[package]]
name = "zesdex" name = "zesdex"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "zesdex" name = "zesdex"
version = "1.0.0" version = "1.0.1"
edition = "2021" edition = "2021"
authors = ["asepharyana <superaseph@gmail.com>"] authors = ["asepharyana <superaseph@gmail.com>"]