Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Mar 19, 2024
1 parent 537021f commit c74ef97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
After upgrading, update your cache file by deleting it or via `tldextract
--update`.

## 5.1.2 (2024-03-18)

* Bugfixes
* Remove `socket.inet_pton`, to fix platform-dependent IP parsing ([#318](https://github.com/john-kurkowski/tldextract/issues/318))
* Use non-capturing groups for IPv4 address detection, for a slight speed boost ([#323](https://github.com/john-kurkowski/tldextract/issues/323))
* Misc.
* Add CI for PyPy3.9 and PyPy3.10 ([#316](https://github.com/john-kurkowski/tldextract/issues/316))
* Add script to automate package release process ([#325](https://github.com/john-kurkowski/tldextract/issues/325))
* Update LICENSE copyright years

## 5.1.1 (2023-11-16)

* Bugfixes
Expand Down

0 comments on commit c74ef97

Please sign in to comment.