File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,12 @@ repos:
6060 hooks :
6161 - id : isort
6262 args : [ --profile, black ]
63+
64+ - repo : local
65+ hooks :
66+ - id : gitverse
67+ name : generate release notes
68+ entry : gitverse-release reverse -f release_notes.rst -t 'Release Notes'
69+ language : python
70+ pass_filenames : false
71+ always_run : true
Original file line number Diff line number Diff line change 1- version = "0.0 .1"
1+ version = "0.1 .1"
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ v0.1.1 (06/24/2025)
5+ -------------------
6+ - **chore **: Reduces overhead and removes code redundancy
7+ - **Full Changelog **: https://github.com/thevickypedia/FastAPIAuthenticator/compare/v0.1.0...v0.1.1
8+
49v0.1.0 (06/23/2025)
510-------------------
611- **feature **: Includes support for websockets authentication
You can’t perform that action at this time.
0 commit comments