diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b94ff0..51dd9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/asepharyana/zesdex/compare/v1.0.3...v1.0.4) (2026-07-13) + + +### Bug Fixes + +* remove redundant ref in format! argument ([0155a04](https://github.com/asepharyana/zesdex/commit/0155a04ceeec7f7f234c08a7f56e9a4384691655)) + ## [1.0.3](https://github.com/asepharyana/zesdex/compare/v1.0.2...v1.0.3) (2026-07-13) ## [1.0.2](https://github.com/asepharyana/zesdex/compare/v1.0.1...v1.0.2) (2026-07-12) diff --git a/Cargo.lock b/Cargo.lock index 66c6765..392da8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "zesdex" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 18b0997..e9ade32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zesdex" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["asepharyana "]