Skip to content

Commit 2c60b52

Browse files
committed
Bump version to 1.5.23
1 parent f7a781f commit 2c60b52

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 22)
17+
set(TRANTOR_PATCH_VERSION 23)
1818
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1919

2020
include(GNUInstallDirs)

ChangeLog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
6+
(#367)
7+
8+
9+
510
## [Unreleased]
611

12+
## [1.5.23] - 2025-02-20
13+
14+
### Changed
15+
16+
- Replace ipv4 inet_ntop with a handrolled function.
17+
18+
### Fixed
19+
20+
- Fix some typos.
21+
722
## [1.5.22] - 2024-10-27
823

924
### Fixed
@@ -686,7 +701,9 @@ All notable changes to this project will be documented in this file.
686701

687702
## [1.0.0-rc1] - 2019-06-11
688703

689-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.22...HEAD
704+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.23...HEAD
705+
706+
[1.5.23]: https://github.com/an-tao/trantor/compare/v1.5.22...v1.5.23
690707

691708
[1.5.22]: https://github.com/an-tao/trantor/compare/v1.5.21...v1.5.22
692709

0 commit comments

Comments
 (0)