We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e4db6 commit e613b53Copy full SHA for e613b53
release_notes.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+v0.2.0 (07/03/2025)
5
+-------------------
6
+- **feature**: Includes an option to pass custom logger
7
+- **chore**: Redefined project structure to adapt pypi packaging
8
+- **Full Changelog**: https://github.com/thevickypedia/FastAPIAuthenticator/compare/v0.1.1...v0.2.0
9
+
10
v0.1.1 (06/24/2025)
11
-------------------
12
- **chore**: Reduces overhead and removes code redundancy
uiauth/version.py
@@ -1 +1 @@
-version = "0.1.1"
+version = "0.2.0"
0 commit comments