From 8f260c47007a113824c419bfb1b428dba8c8a628 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 24 Apr 2026 12:29:30 +0000 Subject: [PATCH 1/2] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea437..6b4054c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # CHANGELOG +## v0.6.0 (2026-04-24) + +### Bug Fixes + +- **dependencies**: Add 'bytes' dependency to Cargo.lock + ([`48f2dba`](https://github.com/krypton-byte/tryx/commit/48f2dba2591c962ecefe262c7354f406c55cb208)) + +- **dependencies**: Remove unused 'aead' and 'aes-gcm' packages from Cargo.lock + ([`e95e40a`](https://github.com/krypton-byte/tryx/commit/e95e40a2a70bff4b17c36430b65bb76db5c7703d)) + +- **dependencies**: Update 'yoke' and 'yoke-derive' packages to version 0.8.2 + ([`dc6b871`](https://github.com/krypton-byte/tryx/commit/dc6b871eebb7a6a0f1b6d27025a3ea0fa68a7ae6)) + +- **dependencies**: Update tryx version to 0.5.1 + ([`a318d40`](https://github.com/krypton-byte/tryx/commit/a318d405af1ab729d2f2b8eb83edf5243bc1b2fc)) + +### Chores + +- **whatsapp-rust**: Update + ([`5db7b64`](https://github.com/krypton-byte/tryx/commit/5db7b644450fbc0ef2d782c6cb21c87b3f3cf1ce)) + +- **whatsapp-rust**: Update subproject commit reference + ([`f741f4c`](https://github.com/krypton-byte/tryx/commit/f741f4c11e3659cd4159dddd58557d5712ebe32a)) + +### Features + +- **dependencies**: Add new packages and update existing ones in Cargo.lock + ([`adbea2c`](https://github.com/krypton-byte/tryx/commit/adbea2c17b6bb238923df3c4820dd0919c7e9395)) + + ## v0.5.1 (2026-04-02) ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 3ede39b..a2c3e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tryx" -version = "0.5.1" +version = "0.6.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 1cbd03e07f23817928eb2317e96a3c2e0efb115a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 24 Apr 2026 12:34:19 +0000 Subject: [PATCH 2/2] 0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4054c..a288b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.6.1 (2026-04-24) + +### Code Style + +- Format code for better readability in command_bot.py + ([`dfc0fc0`](https://github.com/krypton-byte/tryx/commit/dfc0fc049fc395bf674f9b12afd80aca5568e353)) + + ## v0.6.0 (2026-04-24) ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index a2c3e5e..5462d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tryx" -version = "0.6.0" +version = "0.6.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html