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)
4
4
list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake_modules/ )
5
5
6
6
set (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 )
9
9
set (TRANTOR_VERSION
10
10
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
11
11
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.
3
3
4
4
## [ Unreleased]
5
5
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
+
6
22
## [ 1.4.1] - 2021-05-15
7
23
8
24
### Changed
@@ -286,7 +302,9 @@ All notable changes to this project will be documented in this file.
286
302
287
303
## [ 1.0.0-rc1] - 2019-06-11
288
304
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
290
308
291
309
[ 1.4.1 ] : https://github.com/an-tao/trantor/compare/v1.4.0...v1.4.1
292
310
You can’t perform that action at this time.
0 commit comments