v0.2.1 release
This release contains a bug fix for breakage caused by depending on unstable features from icu_calendar without pinning its version. If you were affected by this issue, this version should be automatically pulled by cargo. Sorry for the trouble!
It also contains several bug fixes, internal improvements, new APIs (epoch_ns_for_utc) and new FFI-exposed APIs (reference_day and month).
What's Changed in v0.2.1
Bug Fixes
- Do not overly range check when constructing Temporal PlainMonthDay by @Manishearth in #695
- Ensure offsets do not have more than 9 digits while parsing by @Manishearth in #698
- Pin icu_calendar to v2.1 by @jedel1043 in #704
Other Changes
- chore(dependabot): bump baptiste0928/cargo-install from 3.3.2 to 3.4.0 in the ci-dependencies group by @dependabot[bot] in #683
- Expose fields needed for structured clone by @lucacasonato in #686
- docs: temporal is stage four by @ghostdevv in #692
- Replace icu_locale with icu_locale_core by @Manishearth in #694
- Add epoch_ns_for_utc to all Plain APIs by @Manishearth in #700
- Fix bug with rounding with zoned RelativeTo and increment by @Manishearth in #696
- Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in #701
New Contributors
- @lucacasonato made their first contribution in #686
- @ghostdevv made their first contribution in #692
Full Changelog: v0.2.0...v0.2.1