File tree 2 files changed +14
-2
lines changed 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
14
14
15
15
set (TRANTOR_MAJOR_VERSION 1)
16
16
set (TRANTOR_MINOR_VERSION 5)
17
- set (TRANTOR_PATCH_VERSION 22 )
17
+ set (TRANTOR_PATCH_VERSION 23 )
18
18
set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
19
19
20
20
include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.5.23] - 2025-02-20
8
+
9
+ ### Changed
10
+
11
+ - Replace ipv4 inet_ntop with a handrolled function.
12
+
13
+ ### Fixed
14
+
15
+ - Fix some typos.
16
+
7
17
## [ 1.5.22] - 2024-10-27
8
18
9
19
### Fixed
@@ -686,7 +696,9 @@ All notable changes to this project will be documented in this file.
686
696
687
697
## [ 1.0.0-rc1] - 2019-06-11
688
698
689
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.22...HEAD
699
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.23...HEAD
700
+
701
+ [ 1.5.23 ] : https://github.com/an-tao/trantor/compare/v1.5.22...v1.5.23
690
702
691
703
[ 1.5.22 ] : https://github.com/an-tao/trantor/compare/v1.5.21...v1.5.22
692
704
You can’t perform that action at this time.
0 commit comments