File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.5.0 (2026-04-02)
5+
6+ ### Bug Fixes
7+
8+ - Correct indentation in MkDocs build step
9+ ([ ` 54ec811 ` ] ( https://github.com/krypton-byte/tryx/commit/54ec811012014b2aea694a4c319a4d58222e8dbf ) )
10+
11+ - ** tryx** : Log unsupported event types in event handling
12+ ([ ` 1d168e6 ` ] ( https://github.com/krypton-byte/tryx/commit/1d168e6f474a663ca56cfbbe84483b57cebbfa65 ) )
13+
14+ - ** typing** : Add BuildBotError Exception
15+ ([ ` dc50815 ` ] ( https://github.com/krypton-byte/tryx/commit/dc50815b508210d6234fd98bb377babeff73feb5 ) )
16+
17+ ### Features
18+
19+ - Refactor MessageSource conversion and update proto import
20+ ([ ` 7d7782d ` ] ( https://github.com/krypton-byte/tryx/commit/7d7782d2e9e42c3b2628cb799d869709619a88da ) )
21+
22+ - Simplified the conversion from WhatsAppMessageSource to MessageSource by using Arc for chat and
23+ sender. - Updated the import path for the WhatsApp protobuf to use the correct module. - Added
24+ unit tests for Tryx event classes and client initialization. - Introduced tests for JID type to
25+ ensure proper construction and representation. - Added new dependencies for CSS, HTML, and JS
26+ minification in the project. - Created initial test configuration and structure for integration
27+ tests.
28+
29+ - Update MkDocs build process and bump tryx version to 0.4.0
30+ ([ ` a746479 ` ] ( https://github.com/krypton-byte/tryx/commit/a7464797ee4c2cebd8370e27c943e1b2ef7c0c33 ) )
31+
32+
433## v0.4.0 (2026-04-01)
534
635### Bug Fixes
Original file line number Diff line number Diff line change 11[package ]
22name = " tryx"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44edition = " 2024"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments