diff --git a/CHANGELOG.md b/CHANGELOG.md index bd50913..afd6871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + diff --git a/Cargo.lock b/Cargo.lock index 8888f95..493b6dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,9 +717,9 @@ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "iri-string" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" +checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" dependencies = [ "memchr", "serde", @@ -1905,7 +1905,7 @@ dependencies = [ [[package]] name = "wechat-agent-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7b870d6..21575f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wechat-agent-rs" -version = "0.1.0" +version = "0.1.1" edition = "2024" description = "Rust SDK for WeChat Agent (iLink Bot) — ported from frostming/weixin-agent-sdk" license = "MIT"