chore: update version to 0.9.1 and modify release notes (#128)

- Bumped the version number from 0.9.0 to 0.9.1 in the VERSION file.
- Updated the release notes to reflect the new version, replacing references from v0_9_0.md to v0_9_1.md.
This commit is contained in:
zhangyi1357 2024-12-13 18:28:52 +08:00 committed by GitHub
parent b4cdb6527e
commit 16c922fbde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
0.9.0
0.9.1

View File

@ -6,8 +6,7 @@
```{toctree}
:maxdepth: 1
v0_9_0.md
v0_9_1.md
```
@ -22,5 +21,5 @@ v0_8_0.md
v0_8_1.md
v0_8_2.md
v0_8_3.md
v0_9_0.md
```

View File

@ -0,0 +1,7 @@
# v0.9.1
**重要修改**
- 修复用户侧异常穿透到框架内部的问题
- 修复 grpc 插件端口占用不退出问题
- 修复 local channel backend 偶现的崩溃问题