File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
12
12
13
13
set (TRANTOR_MAJOR_VERSION 1)
14
14
set (TRANTOR_MINOR_VERSION 5)
15
- set (TRANTOR_PATCH_VERSION 17 )
15
+ set (TRANTOR_PATCH_VERSION 18 )
16
16
set (TRANTOR_VERSION
17
17
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
18
18
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.5.18] - 2024-05-04
8
+
9
+ ### Fixed
10
+
11
+ - Fix data type conflict.
12
+
13
+ - Fix build on latest c-ares.
14
+
7
15
## [ 1.5.17] - 2024-02-09
8
16
9
17
### Changed
@@ -636,7 +644,9 @@ All notable changes to this project will be documented in this file.
636
644
637
645
## [ 1.0.0-rc1] - 2019-06-11
638
646
639
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.17...HEAD
647
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.18...HEAD
648
+
649
+ [ 1.5.18 ] : https://github.com/an-tao/trantor/compare/v1.5.17...v1.5.18
640
650
641
651
[ 1.5.17 ] : https://github.com/an-tao/trantor/compare/v1.5.16...v1.5.17
642
652
You can’t perform that action at this time.
0 commit comments