Skip to content

Commit

Permalink
Bump to 0.10.0 with 2024b (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Nov 5, 2024
1 parent 453815f commit ed59a35
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.10.0

- Update time zone-updating script to use `rearguard.zi`.
- Convert `browser.dart` to use `package:http` instead of `dart:html` for HTTP
requests.
- Time zone database updated to 2024b. For your convenience here is the
announcement for [2024b].

[2024b]: https://lists.iana.org/hyperkitty/list/[email protected]/thread/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/

# 0.9.4

- Support cross-isolate issues by overriding `hashCode` and `operator ==` on
Expand Down
2 changes: 1 addition & 1 deletion lib/data/latest.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/data/latest_10y.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest_10y.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/data/latest_all.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest_all.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: timezone
version: 0.9.4
version: 0.10.0
description: Time zone database and time zone aware DateTime.
repository: https://github.com/srawlins/timezone
environment:
Expand Down

0 comments on commit ed59a35

Please sign in to comment.