Skip to content

Commit b4e9c8b

Browse files
committed
Bump version to 1.5.17
1 parent 7e46465 commit b4e9c8b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

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

1313
set(TRANTOR_MAJOR_VERSION 1)
1414
set(TRANTOR_MINOR_VERSION 5)
15-
set(TRANTOR_PATCH_VERSION 16)
15+
set(TRANTOR_PATCH_VERSION 17)
1616
set(TRANTOR_VERSION
1717
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1818

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.5.17] - 2024-02-09
8+
9+
### Changed
10+
11+
- Make FileBufferNodeWin aware of UWP Win32 API.
12+
13+
- Use ssize_t declared by toolchain when available.
14+
715
## [1.5.16] - 2024-01-18
816

917
### Changed
@@ -628,7 +636,9 @@ All notable changes to this project will be documented in this file.
628636

629637
## [1.0.0-rc1] - 2019-06-11
630638

631-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.16...HEAD
639+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.17...HEAD
640+
641+
[1.5.17]: https://github.com/an-tao/trantor/compare/v1.5.16...v1.5.17
632642

633643
[1.5.16]: https://github.com/an-tao/trantor/compare/v1.5.15...v1.5.16
634644

0 commit comments

Comments
 (0)