Skip to content

Commit 6254580

Browse files
committed
Bump version to 1.5.8
1 parent c581105 commit 6254580

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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 7)
12+
set(TRANTOR_PATCH_VERSION 8)
1313
set(TRANTOR_VERSION
1414
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1515

ChangeLog.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
## [Unreleased]
56

7+
## [1.5.8] - 2022-11-11
8+
9+
### API Changes list
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
- Fix Date::timezoneOffset().
16+
17+
- Fix socket fd leak if Connector destruct before connection callback is made.
18+
619
## [1.5.7] - 2022-09-25
720

821
### API changes list
@@ -401,7 +414,6 @@ All notable changes to this project will be documented in this file.
401414

402415
- Use the std::chrono::steady_clock for timers
403416

404-
405417
## [1.0.0-rc7] - 2019-11-21
406418

407419
### Changed
@@ -430,7 +442,7 @@ All notable changes to this project will be documented in this file.
430442

431443
- Add the Resolver class that provides high-performance DNS functionality(with c-ares library)
432444
- Add some unit tests.
433-
445+
434446
## [1.0.0-rc4] - 2019-08-08
435447

436448
### API changes list
@@ -472,7 +484,9 @@ All notable changes to this project will be documented in this file.
472484

473485
## [1.0.0-rc1] - 2019-06-11
474486

475-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.7...HEAD
487+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.8...HEAD
488+
489+
[1.5.8]: https://github.com/an-tao/trantor/compare/v1.5.7...v1.5.8
476490

477491
[1.5.7]: https://github.com/an-tao/trantor/compare/v1.5.6...v1.5.7
478492

0 commit comments

Comments
 (0)