File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
88
99set (TRANTOR_MAJOR_VERSION 1)
1010set (TRANTOR_MINOR_VERSION 5)
11- set (TRANTOR_PATCH_VERSION 3 )
11+ set (TRANTOR_PATCH_VERSION 4 )
1212set (TRANTOR_VERSION
1313 ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1414
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ## [ 1.5.4] - 2021-12-10
7+
8+ ### API changes list
9+
10+ ### Changed
11+
12+ - Correctly handle the error of the getaddrinfo function
13+
14+ ### Fixed
15+
16+ - Fix the error when sending partial files
17+
618## [ 1.5.3] - 2021-11-28
719
820### API changes list
@@ -378,7 +390,9 @@ All notable changes to this project will be documented in this file.
378390
379391## [ 1.0.0-rc1] - 2019-06-11
380392
381- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.3...HEAD
393+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.4...HEAD
394+
395+ [ 1.5.4 ] : https://github.com/an-tao/trantor/compare/v1.5.3...v1.5.4
382396
383397[ 1.5.3 ] : https://github.com/an-tao/trantor/compare/v1.5.2...v1.5.3
384398
You can’t perform that action at this time.
0 commit comments