feat: Update to version 1.1

- Add UserNotFound and InvalidParams exception.
- The API has changed its data format.
- Updated the model to accommodate the new format.
- Old format models have been moved to "models.v1".
- Use the "fetch_user_v1" function to retrieve data in the old format.
This commit is contained in:
KT
2023-06-08 22:03:47 +08:00
parent 8dcd3b62be
commit 4a892d213b
15 changed files with 636 additions and 162 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mihomo"
version = "0.0.1"
version = "1.1.0"
authors = [
{ name="KT", email="xns77477@gmail.com" },
]