Skip to content

Commit 437c0ff

Browse files
committed
🔖 Release version 1.1.1
1 parent 92ee1f8 commit 437c0ff

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

authx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI and Starlette."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44

55
from authx.config import AuthXConfig
66
from authx.dependencies import AuthXDependency

docs/release.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ hide:
77

88
## Latest Changes
99

10-
* ♻️ Refactor Installation of `authx_extra` package. PR [#575](https://github.com/yezz123/authx/pull/575) by [@yezz123](https://github.com/yezz123).
11-
* ⬆️ Upgrade Pydantic version. PR [#574](https://github.com/yezz123/authx/pull/574) by [@yezz123](https://github.com/yezz123).
12-
* ⬆️ Bump `idna` from 3.6 to 3.7. PR [#573](https://github.com/yezz123/authx/pull/573) by [@dependabot[bot]](https://github.com/apps/dependabot).
10+
## 1.1.1
11+
12+
### Internal
13+
1314
* ✅ Fix skipped tests & Add coverage pragmas. PR [#571](https://github.com/yezz123/authx/pull/571) by [@yezz123](https://github.com/yezz123).
1415
* 🔧 drop The action `hynek/build-and-inspect-python-package`. PR [#570](https://github.com/yezz123/authx/pull/570) by [@yezz123](https://github.com/yezz123).
16+
17+
### Dependencies
18+
19+
* ⬆️ Upgrade Pydantic version. PR [#574](https://github.com/yezz123/authx/pull/574) by [@yezz123](https://github.com/yezz123).
20+
* ⬆️ Bump `idna` from 3.6 to 3.7. PR [#573](https://github.com/yezz123/authx/pull/573) by [@dependabot[bot]](https://github.com/apps/dependabot).
21+
22+
### Documentation
23+
24+
* ♻️ Refactor Installation of `authx_extra` package. PR [#575](https://github.com/yezz123/authx/pull/575) by [@yezz123](https://github.com/yezz123).
1525
* 📝 Add extra API documentation files. PR [#569](https://github.com/yezz123/authx/pull/569) by [@yezz123](https://github.com/yezz123).
1626

1727
## 1.1.0

0 commit comments

Comments
 (0)