Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Nov 23, 2022
1 parent 6c5fbac commit 969e229
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion hondana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__author__ = "AbstractUmbra"
__license__ = "MIT"
__copyright__ = "Copyright 2021-present AbstractUmbra"
__version__ = "3.4.5"
__version__ = "3.4.6"

import logging
from typing import Literal, NamedTuple
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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]>"]

Expand Down

0 comments on commit 969e229

Please sign in to comment.