|
| 1 | +## What's Changed in v0.1.0 |
| 2 | +* Update Diplomat to 0.13.0 by @Manishearth in [#588](https://github.com/boa-dev/temporal/pull/588) |
| 3 | +* Add TryFrom for PartialDuration to Duration by @nekevss in [#585](https://github.com/boa-dev/temporal/pull/585) |
| 4 | +* Add missing from_epoch_nanoseconds() FFI by @linusg in [#584](https://github.com/boa-dev/temporal/pull/584) |
| 5 | +* Add from_nanoseconds to FFI PlainDateTime by @nekevss in [#583](https://github.com/boa-dev/temporal/pull/583) |
| 6 | +* Update diplomat to using cpp lib name by @Manishearth in [#581](https://github.com/boa-dev/temporal/pull/581) |
| 7 | +* Fix TimeZone::get_possible_epoch_ns at date-time limits by @ptomato in [#580](https://github.com/boa-dev/temporal/pull/580) |
| 8 | +* Rename timezone.rs to time_zone.rs by @nekevss in [#574](https://github.com/boa-dev/temporal/pull/574) |
| 9 | +* General updates to temporal_rs's exports and docs by @nekevss in [#575](https://github.com/boa-dev/temporal/pull/575) |
| 10 | +* Review Instant API + Duration by @nekevss in [#573](https://github.com/boa-dev/temporal/pull/573) |
| 11 | +* Make TimeZone no longer allocate over FFI by @Manishearth in [#572](https://github.com/boa-dev/temporal/pull/572) |
| 12 | +* Update the library introduction and README for timezone_provider by @nekevss in [#570](https://github.com/boa-dev/temporal/pull/570) |
| 13 | +* Add a minimal README for zoneinfo_rs by @nekevss in [#569](https://github.com/boa-dev/temporal/pull/569) |
| 14 | +* Remove passing lint allows by @Manishearth in [#571](https://github.com/boa-dev/temporal/pull/571) |
| 15 | +* Updates to PlainYearMonth and PlainMonthDay based on review by @nekevss in [#567](https://github.com/boa-dev/temporal/pull/567) |
| 16 | +* Update library introduction documentation and the project README.md by @nekevss in [#564](https://github.com/boa-dev/temporal/pull/564) |
| 17 | +* Updates to PlainTime API based on review by @nekevss in [#565](https://github.com/boa-dev/temporal/pull/565) |
| 18 | +* Make ISO getters crate private by @nekevss in [#568](https://github.com/boa-dev/temporal/pull/568) |
| 19 | +* Handle und month codes by @Manishearth in [#563](https://github.com/boa-dev/temporal/pull/563) |
| 20 | +* Update `ZonedDateTime` constructors by @nekevss in [#562](https://github.com/boa-dev/temporal/pull/562) |
| 21 | +* Review and update PlainDate and PlainDateTime API by @nekevss in [#561](https://github.com/boa-dev/temporal/pull/561) |
| 22 | +* Refactor Now to be trait based for lazy host getters by @nekevss in [#560](https://github.com/boa-dev/temporal/pull/560) |
| 23 | +* Fix comment and organization of TimeZone::zero by @Manishearth in [#559](https://github.com/boa-dev/temporal/pull/559) |
| 24 | +* Update ZonedDateTime module and API by @nekevss in [#557](https://github.com/boa-dev/temporal/pull/557) |
| 25 | +* Remove yoke dep from temporal_capi by @Manishearth in [#556](https://github.com/boa-dev/temporal/pull/556) |
| 26 | + |
| 27 | +## New Contributors |
| 28 | +* @ptomato made their first contribution in [#580](https://github.com/boa-dev/temporal/pull/580) |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.16...v0.1.0 |
| 31 | + |
1 | 32 | # Changelog
|
2 | 33 |
|
3 | 34 | All notable changes to this project will be documented in this file.
|
|
0 commit comments