Skip to content

Commit 09203dc

Browse files
committed
Bump version to 1.5.25
1 parent c94b8cb commit 09203dc

File tree

2 files changed

+13
-2
lines changed

2 files changed

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

2020
include(GNUInstallDirs)

ChangeLog.md

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

0 commit comments

Comments
 (0)