File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ project(trantor)
44list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake_modules/)
55
66set (TRANTOR_MAJOR_VERSION 1)
7- set (TRANTOR_MINOR_VERSION 4 )
8- set (TRANTOR_PATCH_VERSION 1 )
7+ set (TRANTOR_MINOR_VERSION 5 )
8+ set (TRANTOR_PATCH_VERSION 0 )
99set (TRANTOR_VERSION
1010 ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1111
Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ## [ 1.5.0] - 2021-06-18
7+
8+ ### API changes list
9+
10+ - Enable multiple log files or streams.
11+
12+ - Add SSL_CONF_cmd support.
13+
14+ - Add runOnQuit to the EventLoop class.
15+
16+ ### Changed
17+
18+ - Export the FixedBuffer.
19+
20+ - Added a try_compile block to detect if we need to link against atomic.
21+
622## [ 1.4.1] - 2021-05-15
723
824### Changed
@@ -286,7 +302,9 @@ All notable changes to this project will be documented in this file.
286302
287303## [ 1.0.0-rc1] - 2019-06-11
288304
289- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.4.1...HEAD
305+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.0...HEAD
306+
307+ [ 1.5.0 ] : https://github.com/an-tao/trantor/compare/v1.4.1...v1.5.0
290308
291309[ 1.4.1 ] : https://github.com/an-tao/trantor/compare/v1.4.0...v1.4.1
292310
You can’t perform that action at this time.
0 commit comments