Skip to content

Commit

Permalink
Bump to 0.9.4 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Jul 1, 2024
1 parent 8fbb87d commit cbb51b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.3
version: 0.9.4
description: Time zone database and time zone aware DateTime.
repository: https://github.com/srawlins/timezone
environment:
Expand Down

0 comments on commit cbb51b4

Please sign in to comment.