|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## What's Changed in v0.1.1 |
| 6 | +* Publish 0.1.1 by @Manishearth in [#605](https://github.com/boa-dev/temporal/pull/605) |
| 7 | +* fix: allow passing `&dyn TimeZoneProvider` in arguments by @jedel1043 in [#599](https://github.com/boa-dev/temporal/pull/599) |
| 8 | +* Update ICU4X to 2.1 by @Manishearth in [#604](https://github.com/boa-dev/temporal/pull/604) |
| 9 | +* Update Diplomat to 0.14.0 by @Manishearth in [#603](https://github.com/boa-dev/temporal/pull/603) |
| 10 | +* Update ICU4X by @Manishearth in [#601](https://github.com/boa-dev/temporal/pull/601) |
| 11 | +* Move to new ICU4X arithmetic code by @Manishearth in [#595](https://github.com/boa-dev/temporal/pull/595) |
| 12 | +* Update to ICU4X main by @Manishearth in [#596](https://github.com/boa-dev/temporal/pull/596) |
| 13 | +* Remove HijriSimulatedMecca / islamic-rgsa by @Manishearth in [#597](https://github.com/boa-dev/temporal/pull/597) |
| 14 | +* Fix a small typo in errors by @reillysiemens in [#594](https://github.com/boa-dev/temporal/pull/594) |
| 15 | +* Update to ICU4X's new Calendar::from_fields by @Manishearth in [#582](https://github.com/boa-dev/temporal/pull/582) |
| 16 | +* re-export DefaultHostSystem by @Sharktheone in [#590](https://github.com/boa-dev/temporal/pull/590) |
| 17 | + |
| 18 | +## New Contributors |
| 19 | +* @reillysiemens made their first contribution in [#594](https://github.com/boa-dev/temporal/pull/594) |
| 20 | +* @Sharktheone made their first contribution in [#590](https://github.com/boa-dev/temporal/pull/590) |
| 21 | + |
| 22 | +**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.1.0...v0.1.1 |
| 23 | + |
1 | 24 | ## What's Changed in v0.1.0 |
2 | 25 | * Update Diplomat to 0.13.0 by @Manishearth in [#588](https://github.com/boa-dev/temporal/pull/588) |
3 | 26 | * Add TryFrom for PartialDuration to Duration by @nekevss in [#585](https://github.com/boa-dev/temporal/pull/585) |
|
29 | 52 |
|
30 | 53 | **Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.16...v0.1.0 |
31 | 54 |
|
32 | | -# Changelog |
33 | | - |
34 | | -All notable changes to this project will be documented in this file. |
35 | | - |
36 | 55 | ## What's Changed in v0.0.16 |
37 | 56 | * Bump versions to 0.0.16 |
38 | 57 | * Remove extraneous icu_time dependency |
|
0 commit comments