Skip to content

Commit

Permalink
v3.0.17 & changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Feb 2, 2024
1 parent 8aecfc9 commit 01ba328
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()

set(major "3")
set(minor "0")
set(patch "16")
set(patch "17")

set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
Expand Down
10 changes: 10 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#v3.0.17 20240202

### en
- update tarscpp to v3.0.19
- fix: tarsnode ServerManager.cpp reportNode
- feat tarsnode add nodename to template
- feat: cmake add open ENABLE_ADDRESSSANITIZER
- feat: tarsregsitry EndpointF set nodeName
- optimize: doReserveDb drop table

#v3.0.16 20231106
### en
- fix: tarsnode start same process two times when process start is slow
Expand Down

0 comments on commit 01ba328

Please sign in to comment.