update depedencies
update dependencies replace derivative (unmaintained) with derive_more
update dependencies
update dependencies
upgrade dependencies update deny.toml to new format
upgrade dependencies
upgrade dependencies
upgrade dependencies
upgrade dependencies including some incompatible ones
Some extra Clone implementations Custom fields in time entries
Fix SPDX license expression Replace dotenv (unmaintained) with dotenvy Update dependencies
make issues custom_fields optional
optional rustls support contributed by Alexander Yekimov av.yekimov@yandex.ru fix clippy lints about unused lifetimes in impl blocks add IssueStatusEssentials field is_closed which seems to be included in recent Redmine versions
Fix missing #[builder(default)] on GetUser id field
Add From implementations for shared references for all existing From implementations
Add From implementations for the Essentials types from the respective full types where possible
Fix typo TimeEntryActvity -> TimeEntryActivity Fix typos in comments
Make fields in TrackerEssentials public
SortByColumn in descending direction for issues should use :desc instead of :rev keyword
Add some docs Errors sections
Add some must_use attributes to methods where that made sense (mostly the builder() methods)
Initial Release