Skip to content

Commit b5709ef

Browse files
committed
Bump version to 1.5.11
1 parent 5391ff8 commit b5709ef

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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 10)
12+
set(TRANTOR_PATCH_VERSION 11)
1313
set(TRANTOR_VERSION
1414
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1515

ChangeLog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.11] - 2023-03-17
8+
9+
### API Changes list
10+
11+
- Add a method to the Logger class to enable local time displaying.
12+
13+
- TRNANTOR_LOG_COMPACT - compact logs without source code details.
14+
15+
### Changed
16+
17+
- Refactor TcpServer I/O loop logic.
18+
19+
### Fixed
20+
21+
- Fix a conan issue.
22+
723
## [1.5.10] - 2023-01-23
824

925
### API Changes list
@@ -504,7 +520,9 @@ All notable changes to this project will be documented in this file.
504520

505521
## [1.0.0-rc1] - 2019-06-11
506522

507-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.10...HEAD
523+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.11...HEAD
524+
525+
[1.5.11]: https://github.com/an-tao/trantor/compare/v1.5.10...v1.5.11
508526

509527
[1.5.10]: https://github.com/an-tao/trantor/compare/v1.5.9...v1.5.10
510528

0 commit comments

Comments
 (0)