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/)
14
14
15
15
set (TRANTOR_MAJOR_VERSION 1 )
16
16
set (TRANTOR_MINOR_VERSION 5 )
17
- set (TRANTOR_PATCH_VERSION 21 )
17
+ set (TRANTOR_PATCH_VERSION 22 )
18
18
set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
19
19
20
20
include (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.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
15
## [ 1.5.21] - 2024-09-10
8
16
9
17
### API changes list
@@ -678,7 +686,9 @@ All notable changes to this project will be documented in this file.
678
686
679
687
## [ 1.0.0-rc1] - 2019-06-11
680
688
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
682
692
683
693
[ 1.5.21 ] : https://github.com/an-tao/trantor/compare/v1.5.20...v1.5.21
684
694
You can’t perform that action at this time.
0 commit comments