File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
9
9
10
10
set (TRANTOR_MAJOR_VERSION 1 )
11
11
set (TRANTOR_MINOR_VERSION 5 )
12
- set (TRANTOR_PATCH_VERSION 8 )
12
+ set (TRANTOR_PATCH_VERSION 9 )
13
13
set (TRANTOR_VERSION
14
14
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
15
15
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.5.9] - 2023-01-23
8
+
9
+ ### API Changes list
10
+
11
+ ### Changed
12
+
13
+ - Search for \ if under msvc
14
+
15
+ ### Fixed
16
+
7
17
## [ 1.5.8] - 2022-11-11
8
18
9
19
### API Changes list
@@ -484,7 +494,9 @@ All notable changes to this project will be documented in this file.
484
494
485
495
## [ 1.0.0-rc1] - 2019-06-11
486
496
487
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.8...HEAD
497
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.9...HEAD
498
+
499
+ [ 1.5.9 ] : https://github.com/an-tao/trantor/compare/v1.5.8...v1.5.9
488
500
489
501
[ 1.5.8 ] : https://github.com/an-tao/trantor/compare/v1.5.7...v1.5.8
490
502
You can’t perform that action at this time.
0 commit comments