Skip to content

Commit 8bf280b

Browse files
committed
Bump version to 1.5.22
1 parent cc9cef2 commit 8bf280b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

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

1515
set(TRANTOR_MAJOR_VERSION 1)
1616
set(TRANTOR_MINOR_VERSION 5)
17-
set(TRANTOR_PATCH_VERSION 21)
17+
set(TRANTOR_PATCH_VERSION 22)
1818
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1919

2020
include(GNUInstallDirs)

ChangeLog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)