File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
8
8
9
9
set (TRANTOR_MAJOR_VERSION 1 )
10
10
set (TRANTOR_MINOR_VERSION 5 )
11
- set (TRANTOR_PATCH_VERSION 2 )
11
+ set (TRANTOR_PATCH_VERSION 3 )
12
12
set (TRANTOR_VERSION
13
13
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
14
14
Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.3] - 2021-11-28
7
+
8
+ ### API changes list
9
+
10
+ - TcpClientImpl support SSL client certificate
11
+
12
+ ### Changed
13
+
14
+ - Allow RVO in fromDbStringLocal
15
+
16
+ ### Fixed
17
+
18
+ - Make sure resolvers are added when C-Ares is manually disabled
19
+
6
20
## [ 1.5.2] - 2021-10-17
7
21
8
22
### API changes list
@@ -364,7 +378,9 @@ All notable changes to this project will be documented in this file.
364
378
365
379
## [ 1.0.0-rc1] - 2019-06-11
366
380
367
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.2...HEAD
381
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.3...HEAD
382
+
383
+ [ 1.5.3 ] : https://github.com/an-tao/trantor/compare/v1.5.2...v1.5.3
368
384
369
385
[ 1.5.2 ] : https://github.com/an-tao/trantor/compare/v1.5.1...v1.5.2
370
386
You can’t perform that action at this time.
0 commit comments