Skip to content

Commit e72a635

Browse files
committed
Bump version to 1.5.3
1 parent 63ff8d9 commit e72a635

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
88

99
set(TRANTOR_MAJOR_VERSION 1)
1010
set(TRANTOR_MINOR_VERSION 5)
11-
set(TRANTOR_PATCH_VERSION 2)
11+
set(TRANTOR_PATCH_VERSION 3)
1212
set(TRANTOR_VERSION
1313
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1414

ChangeLog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

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+
620
## [1.5.2] - 2021-10-17
721

822
### API changes list
@@ -364,7 +378,9 @@ All notable changes to this project will be documented in this file.
364378

365379
## [1.0.0-rc1] - 2019-06-11
366380

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
368384

369385
[1.5.2]: https://github.com/an-tao/trantor/compare/v1.5.1...v1.5.2
370386

0 commit comments

Comments
 (0)