Skip to content

Commit

Permalink
Bump version to 1.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Oct 27, 2024
1 parent cc9cef2 commit 8bf280b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)

set(TRANTOR_MAJOR_VERSION 1)
set(TRANTOR_MINOR_VERSION 5)
set(TRANTOR_PATCH_VERSION 21)
set(TRANTOR_PATCH_VERSION 22)
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})

include(GNUInstallDirs)
Expand Down
12 changes: 11 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.5.22] - 2024-10-27

### Fixed

- Fix a bug in the dtor of EventLoop.

- Free leaked memory in ares resolver.

## [1.5.21] - 2024-09-10

### API changes list
Expand Down Expand Up @@ -678,7 +686,9 @@ All notable changes to this project will be documented in this file.

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

[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.21...HEAD
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.22...HEAD

[1.5.22]: https://github.com/an-tao/trantor/compare/v1.5.21...v1.5.22

[1.5.21]: https://github.com/an-tao/trantor/compare/v1.5.20...v1.5.21

Expand Down

0 comments on commit 8bf280b

Please sign in to comment.