Skip to content

Commit 43fd79b

Browse files
committed
Bump version to 1.5.24
1 parent 50c3620 commit 43fd79b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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 23)
17+
set(TRANTOR_PATCH_VERSION 24)
1818
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1919

2020
include(GNUInstallDirs)

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.5.24] - 2025-06-20
8+
9+
### Changed
10+
11+
- refactor: replace atomic counter with plain int in RunInLoopTest2.
12+
13+
### Fixed
14+
- Fix compile errors in some case.
15+
16+
- Fix a bug when sending streams.
17+
718
## [1.5.23] - 2025-02-20
819

920
### Changed
@@ -696,7 +707,9 @@ All notable changes to this project will be documented in this file.
696707

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

699-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.23...HEAD
710+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.24...HEAD
711+
712+
[1.5.24]: https://github.com/an-tao/trantor/compare/v1.5.23...v1.5.24
700713

701714
[1.5.23]: https://github.com/an-tao/trantor/compare/v1.5.22...v1.5.23
702715

0 commit comments

Comments
 (0)