From c74ef97288cd0f3975a6d8462b92e887523bb27b Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Mon, 18 Mar 2024 20:57:23 -0700 Subject: [PATCH] 5.1.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b945ece2..5f8a0e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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