-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c5fbac
commit 969e229
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
3.4.5 | ||
3.4.6 | ||
|
||
API Version 5.7.5 | ||
|
||
# Hondana Changelog | ||
Fix Release. | ||
|
||
## Added | ||
- Python 3.11 CI builds. (c6676fc5e83166aef87ff68931a2d4ce1549ebef) | ||
- | ||
|
||
## Changes | ||
- Rename `Client.permissions` to `Client.user_info`. (6c5fbacf296ed510090714362bc9bb0710c00b5d) | ||
|
||
## Fixes | ||
- Fix handling enums in query builder changes. (1972e34839a35a421daf34e06c75677190172e2b) | ||
- Fix import paths potentially shadowing builtin paths, namely `token` and `types`. (6c5fbacf296ed510090714362bc9bb0710c00b5d) | ||
|
||
### Notes | ||
- Can confirm that `hondana` works in Python 3.11 provided you can build the required dependencies. | ||
The above fix should have been a breaking change, but as it was not to the "user facing" part of the codebase, mainly the | ||
types submodule and renaming of `token.Permissions` to `user.UserInfo`. | ||
I expect this will be a breaking change in a very minute number of usercode, and can only offer an apology for this. | ||
|
||
### Noted Contributors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "Hondana" | ||
version = "3.4.5" | ||
version = "3.4.6" | ||
description = "An asynchronous wrapper around the MangaDex v5 API" | ||
authors = ["Alex Nørgaard <[email protected]>"] | ||
|
||
|