From cd5eba8957f181540ff6413e30aed15370ce8f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=93=A5?= Date: Wed, 3 Jul 2024 16:21:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20changelog=E6=A0=BC=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E4=B9=B1=EF=BC=8C=E5=88=A0=E9=99=A4=E9=87=8D=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 7610342..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -### Changelog - -All notable changes to this project will be documented in this file. Dates are displayed in UTC. - -Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - -#### 0.0.1 - -> 3 July 2024 - -- 增加Github登录,增加JWT票据及验证 [`e4b7c3b`](https://github.com/jorben/league/commit/e4b7c3bee262c10cde435125bcd2840d7ebd3e3e) -- 初次提交,基本框架搭建好 [`0964f97`](https://github.com/jorben/league/commit/0964f97a3148ef783dcc013d8573c1c1aa1ed1d6) -- 引入了Casbin做RBAC权限校验 [`357b140`](https://github.com/jorben/league/commit/357b1406fd26ee75b0908f762504202d812f72f8) - -## [0.0.3] - 2024-07-03 -### :sparkles: New Features -- [`8bdcdfa`](https://github.com/jorben/league/commit/8bdcdfa04041dd06acf68c846be5549114e9347e) - Github登录增加state校验 *(commit by [@jorben](https://github.com/jorben))* -- [`be33edf`](https://github.com/jorben/league/commit/be33edfd4a4b7fa13fabc4ad42ef158482ef8669) - 登录接口增加返回用户id和token时间信息 *(commit by [@jorben](https://github.com/jorben))* -- [`b94b8b8`](https://github.com/jorben/league/commit/b94b8b8e6a391f026538b3de36370182c3866e94) - 增加auth/renew接口,支持刷新jwt *(commit by [@jorben](https://github.com/jorben))* - -### :bug: Bug Fixes -- [`c6de514`](https://github.com/jorben/league/commit/c6de5141eff2adfd5137ffa7e38c52804b93185f) - changelog config branch not match *(commit by [@jorben](https://github.com/jorben))* - -[0.0.3]: https://github.com/jorben/league/compare/0.0.2...0.0.3