Skip to content

Commit aa863f3

Browse files
committed
update changelist & version v3.0.14
1 parent 46237e7 commit aa863f3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelist-3.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
# v3.0.14 20230307
3+
### en
4+
- Fix: tars2node to avoid warning
5+
- Fix: possible memory leaks
6+
- Feat: log add prefix
7+
- Feat: add tc_split
8+
9+
### cn
10+
- 修复: tars2node to avoid warning
11+
- 修复: 可能的内存泄漏
12+
- 特性: 日志增加前缀
13+
- 特性: 添加tc_split
14+
115
# v3.0.13 20221117
216
### en
317
- Fix: TC_Port::getSystemMemInfo not close fd bug

cmake/Common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
set(TARS_VERSION "3.0.13")
3+
set(TARS_VERSION "3.0.14")
44
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
55

66
set(CMAKE_VERBOSE_MAKEFILE off)

0 commit comments

Comments
 (0)