|
| 1 | +## What's Changed in v0.0.10 |
| 2 | +* Add documentation and doctests for builtins by @blarfoon in [#360](https://github.com/boa-dev/temporal/pull/360) |
| 3 | +* More error enums by @Manishearth in [#373](https://github.com/boa-dev/temporal/pull/373) |
| 4 | +* [capi] Add stringifier/cloning to timezones by @Manishearth in [#344](https://github.com/boa-dev/temporal/pull/344) |
| 5 | +* Handle unknown timezone identifiers in FsTzdbProvider by @Manishearth in [#345](https://github.com/boa-dev/temporal/pull/345) |
| 6 | +* [capi] Fix i128Nanoseconds by @Manishearth in [#372](https://github.com/boa-dev/temporal/pull/372) |
| 7 | +* [capi] expose error strings by @Manishearth in [#364](https://github.com/boa-dev/temporal/pull/364) |
| 8 | +* Consolidate tools into a single `tool` directory by @nekevss in [#368](https://github.com/boa-dev/temporal/pull/368) |
| 9 | +* Add a new PartialYearMonth to available partial structs (#288) by @robot-head in [#342](https://github.com/boa-dev/temporal/pull/342) |
| 10 | +* Implement zoneinfo parsing/compilation and add TZif structs by @nekevss in [#257](https://github.com/boa-dev/temporal/pull/257) |
| 11 | +* Add ErrorMessage enum, start using it by @Manishearth in [#355](https://github.com/boa-dev/temporal/pull/355) |
| 12 | +* [capi] Add is_valid() to I128Nanoseconds by @Manishearth in [#363](https://github.com/boa-dev/temporal/pull/363) |
| 13 | +* [capi] Add ZonedDateTime::{equals,offset} by @Manishearth in [#362](https://github.com/boa-dev/temporal/pull/362) |
| 14 | +* Add convenience methods for constructing FFI datetime types from milliseconds by @Manishearth in [#359](https://github.com/boa-dev/temporal/pull/359) |
| 15 | +* [capi] Add offset_nanoseconds() to ZDT FFI by @Manishearth in [#361](https://github.com/boa-dev/temporal/pull/361) |
| 16 | +* Update diplomat by @Manishearth in [#357](https://github.com/boa-dev/temporal/pull/357) |
| 17 | +* Stop depending on `is_dst` for calculations by @jedel1043 in [#356](https://github.com/boa-dev/temporal/pull/356) |
| 18 | +* Add some FAQ style docs for temporal_rs by @nekevss in [#350](https://github.com/boa-dev/temporal/pull/350) |
| 19 | +* Add try_from_offset_str ctor for TimeZone by @Manishearth in [#348](https://github.com/boa-dev/temporal/pull/348) |
| 20 | +* Switch compiled_data APIs to new CompiledTzdbProvider by @Manishearth in [#346](https://github.com/boa-dev/temporal/pull/346) |
| 21 | + |
| 22 | +## New Contributors |
| 23 | +* @blarfoon made their first contribution in [#360](https://github.com/boa-dev/temporal/pull/360) |
| 24 | + |
| 25 | +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.9...v0.0.10 |
| 26 | + |
1 | 27 | ## What's Changed in v0.0.9 |
2 | 28 | * Cross boundary rounding fix #286 by @robot-head in [#343](https://github.com/boa-dev/temporal/pull/343) |
3 | 29 | * Implement PlainMonthDay::with functionality by @nekevss in [#335](https://github.com/boa-dev/temporal/pull/335) |
|
0 commit comments