Skip to content

Commit

Permalink
update changelist v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Aug 23, 2022
1 parent 38ebec9 commit e7ae9d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add_subdirectory(tarscpp)

set(major "3")
set(minor "0")
set(patch "9")
set(patch "11")
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down
11 changes: 10 additions & 1 deletion Changelist.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


# v3.0.11 20220823

### en

- fix tars_node_init.sql not init tarsAdminRegistry
### cn

- fix: tars_node_init.sql 中不要初始化tarsAdminRegistry
# v3.0.10 20220819

### en
Expand All @@ -10,7 +19,7 @@

- fix: tarslog兼容es的问题
- add: tarsnode调用system时增加日志
- add: arsAdminRegistry支持外部插件
- add: tarsAdminRegistry支持外部插件
# v3.0.9 20220628

### en
Expand Down

0 comments on commit e7ae9d4

Please sign in to comment.