Skip to content

Commit

Permalink
update changelist & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Mar 7, 2023
1 parent e254d1d commit 8bf1bac
Show file tree
Hide file tree
Showing 3 changed files with 13 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 "12")
set(patch "13")
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down
11 changes: 11 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v3.0.13 20230307
### en
- feat: tarsadmin support multi service
- feat: install framework default node version use v16.13.0
- Fix: the issue that tarsregistry sometimes failed to join the service's locator configuration list

### cn
- feat: tarsadmin支持多副本
- feat: 安装框架时, 默认的node版本使用v16.13.0
- 修复: tarsregistry有时候没法加入到服务的模板配置中的bug

# v3.0.12 20220906

### en
Expand Down

0 comments on commit 8bf1bac

Please sign in to comment.