Skip to content

Commit ae4fa2e

Browse files
committed
Bump version to 1.5.10
1 parent 26575e1 commit ae4fa2e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CMakeLists.txt

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

1010
set(TRANTOR_MAJOR_VERSION 1)
1111
set(TRANTOR_MINOR_VERSION 5)
12-
set(TRANTOR_PATCH_VERSION 9)
12+
set(TRANTOR_PATCH_VERSION 10)
1313
set(TRANTOR_VERSION
1414
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1515

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.5.10] - 2023-01-23
8+
9+
### API Changes list
10+
11+
### Changed
12+
13+
- Use gtest 1.13 in github actions
14+
15+
### Fixed
16+
717
## [1.5.9] - 2023-01-23
818

919
### API Changes list
@@ -494,7 +504,9 @@ All notable changes to this project will be documented in this file.
494504

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

497-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.9...HEAD
507+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.10...HEAD
508+
509+
[1.5.10]: https://github.com/an-tao/trantor/compare/v1.5.9...v1.5.10
498510

499511
[1.5.9]: https://github.com/an-tao/trantor/compare/v1.5.8...v1.5.9
500512

0 commit comments

Comments
 (0)