diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea437..a288b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,44 @@ # 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 + +- **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..5462d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tryx" -version = "0.5.1" +version = "0.6.1" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html