Overview
This release introduces a new **Tournament** type and a **get_tournaments** function in the Sofascore module, along with the addition of a **Category** type. Additionally, new enhancements have been added to enrich tournament data handling.
Changes
- **New Function**: Added get_tournaments to the Sofascore client to retrieve all tournaments from a specified category (e.g., South America, Europe).
- **New Types**: Introduced Tournament and Category types to improve data handling and clarity.
- **New Dataclass**: Added the Season dataclass and its parser for integration within tournament data.
- **Extended Search Functionality**: Expanded the search capability to include tournaments.
- **Bracket Functionality**: Introduced Bracket functionality and related methods to the Sofascore client.
These enhancements aim to improve the usability and flexibility of the Sofascore module by providing structured and comprehensive access to tournament data.
**Full Changelog**: https://github.com/manucabral/EasySoccerData/compare/v0.0.3...v0.0.4