bump version to v0.5.1

This commit is contained in:
debugtalk
2022-01-13 18:40:24 +08:00
parent bf1849a8c0
commit 3e8391054f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# 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)
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)

View File

@@ -1,3 +1,3 @@
package version
const VERSION = "v0.5.0"
const VERSION = "v0.5.1"