File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1414
1515set (TRANTOR_MAJOR_VERSION 1)
1616set (TRANTOR_MINOR_VERSION 5)
17- set (TRANTOR_PATCH_VERSION 21 )
17+ set (TRANTOR_PATCH_VERSION 22 )
1818set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1919
2020include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.5.22] - 2024-10-27
8+
9+ ### Fixed
10+
11+ - Fix a bug in the dtor of EventLoop.
12+
13+ - Free leaked memory in ares resolver.
14+
715## [ 1.5.21] - 2024-09-10
816
917### API changes list
@@ -678,7 +686,9 @@ All notable changes to this project will be documented in this file.
678686
679687## [ 1.0.0-rc1] - 2019-06-11
680688
681- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.21...HEAD
689+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.22...HEAD
690+
691+ [ 1.5.22 ] : https://github.com/an-tao/trantor/compare/v1.5.21...v1.5.22
682692
683693[ 1.5.21 ] : https://github.com/an-tao/trantor/compare/v1.5.20...v1.5.21
684694
You can’t perform that action at this time.
0 commit comments