Skip to content

Commit b85e279

Browse files
author
antao
committed
Bump version to 1.5.4
1 parent cf5fa83 commit b85e279

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CMakeLists.txt

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

99
set(TRANTOR_MAJOR_VERSION 1)
1010
set(TRANTOR_MINOR_VERSION 5)
11-
set(TRANTOR_PATCH_VERSION 3)
11+
set(TRANTOR_PATCH_VERSION 4)
1212
set(TRANTOR_VERSION
1313
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1414

ChangeLog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)