This commit is contained in:
gotoeasy 2022-11-22 21:51:01 +08:00
parent 6149c602a5
commit b97755c9a6
2 changed files with 6 additions and 1 deletions

View File

@ -176,6 +176,11 @@ func main() {
- [ ] 集群支持动态删减节点(或是页面管理删除)
### 版本`0.8.2`
- [x] 优化部分场景下的检索性能
- [x] 修复一些小问题
### 版本`0.8.1`
- [x] 代码重构改善

View File

@ -1,3 +1,3 @@
package onstart
const VERSION = "glogcenter 0.8.1"
const VERSION = "glogcenter 0.8.2"