mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:59:44 +08:00
v3.1.6
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Release History
|
||||
|
||||
## 3.1.6 (2021-07-18)
|
||||
|
||||
**Fixed**
|
||||
|
||||
- fix #1086: chinese garbled in response
|
||||
- fix #1059#1068: incorrect variables and variable type hints
|
||||
- fix #1079: display error in request body if the list inputted from with_json() contains dict
|
||||
- fix #1056: validation failed when validation-value is in string format
|
||||
|
||||
## 3.1.5 (2021-06-27)
|
||||
|
||||
**Fixed**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "3.1.5"
|
||||
__version__ = "3.1.6"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
# import firstly for monkey patch if needed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "httprunner"
|
||||
version = "3.1.5"
|
||||
version = "3.1.6"
|
||||
description = "One-stop solution for HTTP(S) testing."
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user