Skip to content

Commit 00067ff

Browse files
committed
push v3.4.0
1 parent 1fa5198 commit 00067ff

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG-en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v3.4.0:
4+
Clinet: Add the `--php-connect-timeout` parameter to solve the problem that the port connection status cannot be judged due to the slow response of PHP on Windows
5+
36
### v3.3.0:
47
Client: Enhance the printing information during data transmission, which is convenient for debugging
58
Client: Fix the special case of `FORWARD` request, the data type is wrong, resulting in the inability to obtain the body

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
## Version
1515

16-
3.3.0 - [Change Log](CHANGELOG-en.md)
16+
3.4.0 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Version
1616

17-
3.3.0 - [版本修改日志](CHANGELOG.md)
17+
3.4.0 - [版本修改日志](CHANGELOG.md)
1818

1919

2020

neoreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__author__ = 'L'
5-
__version__ = '3.3.0'
5+
__version__ = '3.4.0'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)