Skip to content

Commit 0a7c200

Browse files
committed
Bump version to 1.5.5
1 parent 9adb365 commit 0a7c200

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-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 4)
11+
set(TRANTOR_PATCH_VERSION 5)
1212
set(TRANTOR_VERSION
1313
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1414

ChangeLog.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.5.5] - 2022-02-19
7+
8+
### API changes list
9+
10+
### Changed
11+
12+
- Move EventLoop::runAfter to a template.
13+
14+
- Remove an assertion when removing channels.
15+
16+
- Prevent TcpClient::removeConnection call on deleted TcpClient instance.
17+
18+
- Wait for loop to exit in EventLoop destructor.
19+
20+
- Add r-reference version of set-callback methods to TcpConnectionImpl.
21+
22+
### Fixed
23+
24+
- Fix a bug when closing connections on Windows/MacOS.
25+
26+
- Fix logger causes if statement mismatch.
27+
628
## [1.5.4] - 2021-12-10
729

830
### API changes list
@@ -390,7 +412,9 @@ All notable changes to this project will be documented in this file.
390412

391413
## [1.0.0-rc1] - 2019-06-11
392414

393-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.4...HEAD
415+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.5...HEAD
416+
417+
[1.5.5]: https://github.com/an-tao/trantor/compare/v1.5.4...v1.5.5
394418

395419
[1.5.4]: https://github.com/an-tao/trantor/compare/v1.5.3...v1.5.4
396420

0 commit comments

Comments
 (0)