Skip to content

Commit 29e35e5

Browse files
committed
update docs
1 parent 86d118d commit 29e35e5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
4444
]
4545
},
4646
{
47-
text: 'v1.2.0',
47+
text: 'v1.3.0',
4848
items: [
4949
{
5050
text: '线上演示',

docs/changelog.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ title: 更新日志
99
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
1010
:::
1111

12-
## [v1.2.0](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.2.0) - 2025-05-01
12+
## [v1.3.0](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.3.0) - 2025-05-16
1313

1414
### What's Changed
1515

16-
* Update changelog for v1.1.2 by [@wu-clan](https://github.com/wu-clan)
17-
in [#589](https://github.com/fastapi-practices/fastapi_best_architecture/pull/589)
18-
* Update code generator table columns by [@wu-clan](https://github.com/wu-clan)
19-
in [#590](https://github.com/fastapi-practices/fastapi_best_architecture/pull/590)
20-
* Update the default RBAC solution by [@wu-clan](https://github.com/wu-clan)
21-
in [#593](https://github.com/fastapi-practices/fastapi_best_architecture/pull/593)
22-
* Optimize the server information retrieval by [@wu-clan](https://github.com/wu-clan)
23-
in [#595](https://github.com/fastapi-practices/fastapi_best_architecture/pull/595)
24-
* Refactor the data rule to scope rule by [@wu-clan](https://github.com/wu-clan)
25-
in [#596](https://github.com/fastapi-practices/fastapi_best_architecture/pull/596)
26-
* Update the SQL script for creat tables by [@wu-clan](https://github.com/wu-clan)
27-
in [#597](https://github.com/fastapi-practices/fastapi_best_architecture/pull/597)
16+
* Update changelog for v1.2.0 by [@wu-clan](https://github.com/wu-clan)
17+
in [#598](https://github.com/fastapi-practices/fastapi_best_architecture/pull/598)
18+
* Simplify apps and plugins config method by [@wu-clan](https://github.com/wu-clan)
19+
in [#600](https://github.com/fastapi-practices/fastapi_best_architecture/pull/600)
20+
* Add plugin info config and interfaces by [@wu-clan](https://github.com/wu-clan)
21+
in [#601](https://github.com/fastapi-practices/fastapi_best_architecture/pull/601)
22+
* Fix the fastapi cli startup event loop by [@wu-clan](https://github.com/wu-clan)
23+
in [#602](https://github.com/fastapi-practices/fastapi_best_architecture/pull/602)
24+
* Optimize the zip plugin install logic by [@wu-clan](https://github.com/wu-clan)
25+
in [#603](https://github.com/fastapi-practices/fastapi_best_architecture/pull/603)
26+
* Update the casbin RBAC module path by [@wu-clan](https://github.com/wu-clan)
27+
in [#604](https://github.com/fastapi-practices/fastapi_best_architecture/pull/604)
2828

2929
::: demo-wrapper title="Full Changelog"
3030
完整日志请查看:[CHANGELOG.md](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)