Skip to content

Commit b21daa7

Browse files
committed
Bump version to 1.5.16
1 parent 7fe01f6 commit b21daa7

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
@@ -12,7 +12,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1212

1313
set(TRANTOR_MAJOR_VERSION 1)
1414
set(TRANTOR_MINOR_VERSION 5)
15-
set(TRANTOR_PATCH_VERSION 15)
15+
set(TRANTOR_PATCH_VERSION 16)
1616
set(TRANTOR_VERSION
1717
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1818

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.5.16] - 2024-01-18
8+
9+
### Changed
10+
11+
- Add build badge for individual OS.
12+
13+
- deinit libressl.
14+
15+
- Remove mutex.
16+
17+
### Fixed
18+
19+
- Pile of fix for h2.
20+
21+
- Fix a bug when sending data.
22+
23+
- Fix c-ares CARES_EXTERN for static builds.
24+
25+
- Fix header file name issue when cross-compiling on Windows.
26+
27+
- Fix name issue when cross-compiling.
28+
729
## [1.5.15] - 2023-11-27
830

931
### Changed
@@ -606,7 +628,9 @@ All notable changes to this project will be documented in this file.
606628

607629
## [1.0.0-rc1] - 2019-06-11
608630

609-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.15...HEAD
631+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.16...HEAD
632+
633+
[1.5.16]: https://github.com/an-tao/trantor/compare/v1.5.15...v1.5.16
610634

611635
[1.5.15]: https://github.com/an-tao/trantor/compare/v1.5.14...v1.5.15
612636

0 commit comments

Comments
 (0)