Skip to content

Commit e8bb2f5

Browse files
committed
Bump version to 1.5.19
1 parent 2a4871d commit e8bb2f5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1414

1515
set(TRANTOR_MAJOR_VERSION 1)
1616
set(TRANTOR_MINOR_VERSION 5)
17-
set(TRANTOR_PATCH_VERSION 18)
17+
set(TRANTOR_PATCH_VERSION 19)
1818
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1919

2020
include(GNUInstallDirs)

ChangeLog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.19] - 2024-06-08
8+
9+
### changed
10+
11+
- show forked repository build status.
12+
13+
- Add cmake-format.
14+
15+
- Some spelling corrections.
16+
717
## [1.5.18] - 2024-05-04
818

919
### Fixed
@@ -644,7 +654,9 @@ All notable changes to this project will be documented in this file.
644654

645655
## [1.0.0-rc1] - 2019-06-11
646656

647-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.18...HEAD
657+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.19...HEAD
658+
659+
[1.5.19]: https://github.com/an-tao/trantor/compare/v1.5.18...v1.5.19
648660

649661
[1.5.18]: https://github.com/an-tao/trantor/compare/v1.5.17...v1.5.18
650662

0 commit comments

Comments
 (0)