From 8246b378fcc08f5039a2e8e7bcdedaddb4afb0af Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 1 Jul 2024 10:14:14 -0700 Subject: [PATCH] Bump to 0.9.4 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b94000..8d97708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.9.4 + +- Support cross-isolate issues by overriding `hashCode` and `operator ==` on + class `Location`. (see #147) +- Fix incorrect DST transition. (see #166) + # 0.9.3 - Time zone database updated to 2024a. For your convenience here are the diff --git a/pubspec.yaml b/pubspec.yaml index 0bed723..83cfbcf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: timezone -version: 0.9.3 +version: 0.9.4 description: Time zone database and time zone aware DateTime. repository: https://github.com/srawlins/timezone environment: