Skip to content

Commit cee75cc

Browse files
deps: update temporal to 0.1.2
1 parent 37d9cfc commit cee75cc

File tree

91 files changed

+1247
-1678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1247
-1678
lines changed

deps/temporal/CHANGELOG.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## What's Changed in v0.1.2
6+
* Publish 0.1.2 by @Manishearth in [#625](https://github.com/boa-dev/temporal/pull/625)
7+
* Ignore timezones mentioned in zone.tab when constructing the canonicalization table by @Manishearth in [#624](https://github.com/boa-dev/temporal/pull/624)
8+
* Add logic to Duration::total to handle loss of precision by @nekevss in [#622](https://github.com/boa-dev/temporal/pull/622)
9+
* Add feature to force float64-representable durations by @Manishearth in [#621](https://github.com/boa-dev/temporal/pull/621)
10+
* Updates for ZonedDateTime since / until issue by @Manishearth in [#619](https://github.com/boa-dev/temporal/pull/619)
11+
* Fix returned duration sign for non-ISO date arithmetic by @Manishearth in [#618](https://github.com/boa-dev/temporal/pull/618)
12+
* Constrain durations into a range that will produce valid Temporal dates before passing to ICU4X by @Manishearth in [#615](https://github.com/boa-dev/temporal/pull/615)
13+
* Add smart pointer implementations for TimeZone traits by @jedel1043 in [#614](https://github.com/boa-dev/temporal/pull/614)
14+
* Fix serialization of durations with zero seconds and nonzero subseconds by @ptomato in [#610](https://github.com/boa-dev/temporal/pull/610)
15+
* Remove support for unqualified `islamic` calendar by @Manishearth in [#609](https://github.com/boa-dev/temporal/pull/609)
16+
* Make ISO the default AnyCalendarKind over FFI by @Manishearth in [#608](https://github.com/boa-dev/temporal/pull/608)
17+
18+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.1.1...v0.1.2
19+
20+
## What's Changed in v0.1.1
21+
* Publish 0.1.1 by @Manishearth in [#605](https://github.com/boa-dev/temporal/pull/605)
22+
* fix: allow passing `&dyn TimeZoneProvider` in arguments by @jedel1043 in [#599](https://github.com/boa-dev/temporal/pull/599)
23+
* Update ICU4X to 2.1 by @Manishearth in [#604](https://github.com/boa-dev/temporal/pull/604)
24+
* Update Diplomat to 0.14.0 by @Manishearth in [#603](https://github.com/boa-dev/temporal/pull/603)
25+
* Update ICU4X by @Manishearth in [#601](https://github.com/boa-dev/temporal/pull/601)
26+
* Move to new ICU4X arithmetic code by @Manishearth in [#595](https://github.com/boa-dev/temporal/pull/595)
27+
* Update to ICU4X main by @Manishearth in [#596](https://github.com/boa-dev/temporal/pull/596)
28+
* Remove HijriSimulatedMecca / islamic-rgsa by @Manishearth in [#597](https://github.com/boa-dev/temporal/pull/597)
29+
* Fix a small typo in errors by @reillysiemens in [#594](https://github.com/boa-dev/temporal/pull/594)
30+
* Update to ICU4X's new Calendar::from_fields by @Manishearth in [#582](https://github.com/boa-dev/temporal/pull/582)
31+
* re-export DefaultHostSystem by @Sharktheone in [#590](https://github.com/boa-dev/temporal/pull/590)
32+
33+
## New Contributors
34+
* @reillysiemens made their first contribution in [#594](https://github.com/boa-dev/temporal/pull/594)
35+
* @Sharktheone made their first contribution in [#590](https://github.com/boa-dev/temporal/pull/590)
36+
37+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.1.0...v0.1.1
38+
139
## What's Changed in v0.1.0
240
* Update Diplomat to 0.13.0 by @Manishearth in [#588](https://github.com/boa-dev/temporal/pull/588)
341
* Add TryFrom for PartialDuration to Duration by @nekevss in [#585](https://github.com/boa-dev/temporal/pull/585)
@@ -29,10 +67,6 @@
2967

3068
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.16...v0.1.0
3169

32-
# Changelog
33-
34-
All notable changes to this project will be documented in this file.
35-
3670
## What's Changed in v0.0.16
3771
* Bump versions to 0.0.16
3872
* Remove extraneous icu_time dependency

deps/temporal/Cargo.lock

Lines changed: 45 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)