Skip to content

Commit a70a0ab

Browse files
committed
Bump version to 1.5.0
1 parent 255976d commit a70a0ab

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project(trantor)
44
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
55

66
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)
99
set(TRANTOR_VERSION
1010
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1111

ChangeLog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)