Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
Fix internal logic where domain name passed as a tuple of bytes, that contains
UTF-8 encoded non-ascii chars, unintentionally matched PSL. Fixes #31.

Signed-off-by: ko-zu <[email protected]>
  • Loading branch information
ko-zu committed Jun 21, 2024
1 parent 7e492aa commit 94eee60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.1 (2024-06-22)
Fix internal logic where domain name passed as a tuple of bytes, that contains
UTF-8 encoded non-ascii chars, unintentionally matched PSL. Fixes #31.

### 1.0.0 (2024-06-20)

This version drops support for Python 2.x and 3.4.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### version placeholder for release automation

__version__ = "1.0.0"
__version__ = "1.0.1"

### Change the minor version before git push to the master branch.

Expand Down

0 comments on commit 94eee60

Please sign in to comment.