What's Changed
- Add 'wk', 'wks' for weeks and 'yr', 'yrs' for years by @ryo1kato in #50
- Allow parsing zero durations with no units by @RobertGauld in #43
- Use µs not us by @RobertGauld in #45
- feat: parse_duration("0") by @aatifsyed in #55
- Support fractional durations (with precision safeguards, without any new dependency) by @TheElectronWill in #56
- feat: Accept "+00:00" as an alternative way to specify the UTC timezone by @TheElectronWill in #59
- Fractional tweaks by @djc in #60