v2.0.0
What's Changed
This release aimed to bundle a number of semver-breaking changes into a single release. Many were inspired by work on taskchampion-py. Among these are:
- Introduce an access mode for SQLite storage by @djmitche in #511
- Remove unnecessary public items by @djmitche in #512
- Use an Arc for DependencyMap by @djmitche in #514
- Add a Clone impl for Annotation by @djmitche in #517
- Derive Debug for WorkingSet by @djmitche in #520
- Update MSRV to 1.81.0 by @djmitche in #523
Notable non-breaking improvements:
- Refactor Expire Tasks by @aricursion in #510
New Contributors
- @aricursion made their first contribution in #510
Full Changelog: v1.0.2...v2.0.0