From 28db602983a5f9c6c0fe752d3df575e6092ba28d Mon Sep 17 00:00:00 2001 From: wu-clan Date: Wed, 9 Apr 2025 03:31:40 +0000 Subject: [PATCH] Update changelog for v0.0.1 This commit was created by changelog-from-release in 'Release changelog' CI workflow --- docs/changelog.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 6096c2a..f1c09b4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1 +1,27 @@ -TODO... + +# [v0.0.1](https://github.com/fastapi-practices/fastapi-oauth20/releases/tag/v0.0.1) - 2025-04-09 + +## What's Changed +* Add the base code with Google oauth by [@wu-clan](https://github.com/wu-clan) in [#1](https://github.com/fastapi-practices/fastapi-oauth20/pull/1) +* Add Gitee OAuth2 by [@wu-clan](https://github.com/wu-clan) in [#2](https://github.com/fastapi-practices/fastapi-oauth20/pull/2) +* Add GitHub OAuth2 by [@wu-clan](https://github.com/wu-clan) in [#3](https://github.com/fastapi-practices/fastapi-oauth20/pull/3) +* Add OSChina OAuth2 by [@wu-clan](https://github.com/wu-clan) in [#4](https://github.com/fastapi-practices/fastapi-oauth20/pull/4) +* Add FeiShu OAuth2 by [@wu-clan](https://github.com/wu-clan) in [#5](https://github.com/fastapi-practices/fastapi-oauth20/pull/5) +* Prepare for the release by [@wu-clan](https://github.com/wu-clan) in [#6](https://github.com/fastapi-practices/fastapi-oauth20/pull/6) +* Add classifiers and urls to pyproject by [@wu-clan](https://github.com/wu-clan) in [#7](https://github.com/fastapi-practices/fastapi-oauth20/pull/7) +* Add LinuxDo OAuth2 by [@wu-clan](https://github.com/wu-clan) in [#9](https://github.com/fastapi-practices/fastapi-oauth20/pull/9) +* Upgrade dependencies and ci by [@wu-clan](https://github.com/wu-clan) in [#10](https://github.com/fastapi-practices/fastapi-oauth20/pull/10) +* Add client basic auth and pkce by [@wu-clan](https://github.com/wu-clan) in [#11](https://github.com/fastapi-practices/fastapi-oauth20/pull/11) +* Optimize the fastapi oauth2 integration by [@wu-clan](https://github.com/wu-clan) in [#12](https://github.com/fastapi-practices/fastapi-oauth20/pull/12) +* Update the usage documentation by [@wu-clan](https://github.com/wu-clan) in [#13](https://github.com/fastapi-practices/fastapi-oauth20/pull/13) +* Prepare for the release by [@wu-clan](https://github.com/wu-clan) in [#15](https://github.com/fastapi-practices/fastapi-oauth20/pull/15) + + +**Full Changelog**: https://github.com/fastapi-practices/fastapi-oauth20/commits/v0.0.1 + +[Changes][v0.0.1] + + +[v0.0.1]: https://github.com/fastapi-practices/fastapi-oauth20/tree/v0.0.1 + +