File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-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 24 )
17+ set (TRANTOR_PATCH_VERSION 25 )
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,13 +4,22 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.5.25] - 2025-10-29
8+
9+ ### Fixed
10+
11+ - Fix Date::fromDbStringLocal() when YYYY-MM-DD is given.
12+
13+ - Fix typo MICRO_SECONDS_PER_SEC.
14+
715## [ 1.5.24] - 2025-06-20
816
917### Changed
1018
1119- refactor: replace atomic counter with plain int in RunInLoopTest2.
1220
1321### Fixed
22+
1423- Fix compile errors in some case.
1524
1625- Fix a bug when sending streams.
@@ -707,7 +716,9 @@ All notable changes to this project will be documented in this file.
707716
708717## [ 1.0.0-rc1] - 2019-06-11
709718
710- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.24...HEAD
719+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.25...HEAD
720+
721+ [ 1.5.25 ] : https://github.com/an-tao/trantor/compare/v1.5.24...v1.5.25
711722
712723[ 1.5.24 ] : https://github.com/an-tao/trantor/compare/v1.5.23...v1.5.24
713724
You can’t perform that action at this time.
0 commit comments