Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Jan 13, 2022
1 parent 5cdfa76 commit 3de1068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion internal/version/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const VERSION = "v0.5.0"
const VERSION = "v0.5.1"

0 comments on commit 3de1068

Please sign in to comment.