Skip to content

Commit d9de280

Browse files
committed
Bump version to 1.5.13
1 parent 250f19d commit d9de280

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
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1010

1111
set(TRANTOR_MAJOR_VERSION 1)
1212
set(TRANTOR_MINOR_VERSION 5)
13-
set(TRANTOR_PATCH_VERSION 12)
13+
set(TRANTOR_PATCH_VERSION 13)
1414
set(TRANTOR_VERSION
1515
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1616

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.13] - 2023-08-23
8+
9+
### Fixed
10+
11+
- Fix an error when sending files.
12+
13+
- Include <memory> header in TcpConnectionImpl.cc.
14+
715
## [1.5.12] - 2023-08-20
816

917
### API changes list
@@ -566,7 +574,9 @@ All notable changes to this project will be documented in this file.
566574

567575
## [1.0.0-rc1] - 2019-06-11
568576

569-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.12...HEAD
577+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.13...HEAD
578+
579+
[1.5.13]: https://github.com/an-tao/trantor/compare/v1.5.12...v1.5.13
570580

571581
[1.5.12]: https://github.com/an-tao/trantor/compare/v1.5.11...v1.5.12
572582

0 commit comments

Comments
 (0)