Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
## 🚨 BREAKING

- Add support for `tzinfo 2.X`
- Drop support for `tzinfo 1.X`

## Other changes
- Merge pull request #4 from kdgm/feature/tzinfo_2_0
- Merge pull request #1 from dustacio/bugfix_for_ambiguous_local_time
- Merge branch 'hotfix/0.9.1'
  • Loading branch information
LeipeLeon committed Jun 13, 2024
1 parent c28d6ce commit c44f806
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Release 0.10.0

### 🚨 BREAKING

- Add support for `tzinfo 2.X`
- Drop support for `tzinfo 1.X`

### Other changes
- Merge pull request #4 from kdgm/feature/tzinfo_2_0
- Merge pull request #1 from dustacio/bugfix_for_ambiguous_local_time
- Merge branch 'hotfix/0.9.1'

## Release 0.9.5
- [enh] add _dump and _load methods to serialize and deserialize events

Expand Down

0 comments on commit c44f806

Please # to comment.