Skip to content

Commit dd774ae

Browse files
committed
Bump to 0.10.0 with 2024b
1 parent 453815f commit dd774ae

8 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.10.0
2+
3+
- Update time zone-updating script to use `rearguard.zi`.
4+
- Convert `browser.dart` to use `package:http` instead of `dart:html` for HTTP
5+
requests.
6+
- Time zone database updated to 2024b. For your convenience here is the
7+
announcement for [2024b].
8+
9+
[2024b]: https://lists.iana.org/hyperkitty/list/[email protected]/thread/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/
10+
111
# 0.9.4
212

313
- Support cross-isolate issues by overriding `hashCode` and `operator ==` on

lib/data/latest.dart

+1-1
Large diffs are not rendered by default.

lib/data/latest.tzf

-55.7 KB
Binary file not shown.

lib/data/latest_10y.dart

+1-1
Large diffs are not rendered by default.

lib/data/latest_10y.tzf

-96 Bytes
Binary file not shown.

lib/data/latest_all.dart

+1-1
Large diffs are not rendered by default.

lib/data/latest_all.tzf

-91.5 KB
Binary file not shown.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: timezone
2-
version: 0.9.4
2+
version: 0.10.0
33
description: Time zone database and time zone aware DateTime.
44
repository: https://github.com/srawlins/timezone
55
environment:

0 commit comments

Comments
 (0)