Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 0.10.0 with 2024b #208

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading