Skip to content

Commit 7df176c

Browse files
committed
Bump version to 1.5.9
1 parent 8948493 commit 7df176c

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 8)
12+
set(TRANTOR_PATCH_VERSION 9)
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.9] - 2023-01-23
8+
9+
### API Changes list
10+
11+
### Changed
12+
13+
- Search for \ if under msvc
14+
15+
### Fixed
16+
717
## [1.5.8] - 2022-11-11
818

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

485495
## [1.0.0-rc1] - 2019-06-11
486496

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
488500

489501
[1.5.8]: https://github.com/an-tao/trantor/compare/v1.5.7...v1.5.8
490502

0 commit comments

Comments
 (0)