Skip to content

Commit be643ca

Browse files
authored
Update the changelog for v0.0.2 (#27)
1 parent f71b561 commit be643ca

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/changelog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a id="v0.0.2"></a>
2+
# [v0.0.2](https://github.com/fastapi-practices/fastapi-oauth20/releases/tag/v0.0.2) - 2025-11-02
3+
4+
## What's Changed
5+
* Update the changelog for v0.0.1 by [@wu-clan](https://github.com/wu-clan) in [#16](https://github.com/fastapi-practices/fastapi-oauth20/pull/16)
6+
* Update the pdm to uv and ty by [@wu-clan](https://github.com/wu-clan) in [#17](https://github.com/fastapi-practices/fastapi-oauth20/pull/17)
7+
* Update the docs ci uses uv by [@wu-clan](https://github.com/wu-clan) in [#19](https://github.com/fastapi-practices/fastapi-oauth20/pull/19)
8+
* Update OAuth2 base class to abstract class by [@wu-clan](https://github.com/wu-clan) in [#20](https://github.com/fastapi-practices/fastapi-oauth20/pull/20)
9+
* Remove redirect route name in fastapi integration by [@wu-clan](https://github.com/wu-clan) in [#21](https://github.com/fastapi-practices/fastapi-oauth20/pull/21)
10+
* Add docs and code comments and tests by [@wu-clan](https://github.com/wu-clan) in [#22](https://github.com/fastapi-practices/fastapi-oauth20/pull/22)
11+
* Update the integration file location and naming by [@wu-clan](https://github.com/wu-clan) in [#23](https://github.com/fastapi-practices/fastapi-oauth20/pull/23)
12+
* Simplify the logic of get userinfo by [@wu-clan](https://github.com/wu-clan) in [#24](https://github.com/fastapi-practices/fastapi-oauth20/pull/24)
13+
* Optimize test cases and docs by [@wu-clan](https://github.com/wu-clan) in [#25](https://github.com/fastapi-practices/fastapi-oauth20/pull/25)
14+
* Prepare for 0.0.2 release by [@wu-clan](https://github.com/wu-clan) in [#26](https://github.com/fastapi-practices/fastapi-oauth20/pull/26)
15+
16+
17+
**Full Changelog**: https://github.com/fastapi-practices/fastapi-oauth20/compare/v0.0.1...v0.0.2
18+
19+
[Changes][v0.0.2]
20+
21+
122
<a id="v0.0.1"></a>
223
# [v0.0.1](https://github.com/fastapi-practices/fastapi-oauth20/releases/tag/v0.0.1) - 2025-04-09
324

@@ -22,6 +43,7 @@
2243
[Changes][v0.0.1]
2344

2445

46+
[v0.0.2]: https://github.com/fastapi-practices/fastapi-oauth20/compare/v0.0.1...v0.0.2
2547
[v0.0.1]: https://github.com/fastapi-practices/fastapi-oauth20/tree/v0.0.1
2648

27-
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->
49+
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.1 -->

0 commit comments

Comments
 (0)