Skip to content

Commit

Permalink
update changelist & version: v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Apr 15, 2023
1 parent dbfb941 commit 9704d97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelist-3.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@


# v3.0.15 20230415
### en
- Fix: adapter memory leak
- Fix: set property report min = 0
- Feat: add getTimeUs

### cn
- 修复: Adapter未连接时可能的内存泄漏
- 修复: Property上报min默认为0
- 特性: 增加微秒接口

# v3.0.14 20230307
### en
- Fix: tars2node to avoid warning
Expand Down
2 changes: 1 addition & 1 deletion cmake/Common.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


set(TARS_VERSION "3.0.14")
set(TARS_VERSION "3.0.15")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE off)
Expand Down

0 comments on commit 9704d97

Please sign in to comment.