mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
bump version to v0.5.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
## v0.5.1 (2022-01-13)
|
||||||
|
|
||||||
|
- feat: support specifying running cycles for load testing
|
||||||
|
- fix: ensure last stats reported when stop running
|
||||||
|
|
||||||
## v0.5.0 (2022-01-08)
|
## v0.5.0 (2022-01-08)
|
||||||
|
|
||||||
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)
|
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const VERSION = "v0.5.0"
|
const VERSION = "v0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user