Skip to content

Commit

Permalink
Merge pull request #160 from hatoo/v0.5.1
Browse files Browse the repository at this point in the history
v0.5.1
  • Loading branch information
hatoo authored Mar 29, 2022
2 parents bfd8b75 + e5a636d commit e80efea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.5.1 (2022-03-29)

- Fix histogram to show correct response time
- closes #157

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oha"
version = "0.5.0"
version = "0.5.1"
authors = ["hatoo <[email protected]>"]
edition = "2021"
description = "Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This program is built on stable Rust.
`-q` option works different from [rakyll/hey](https://github.com/rakyll/hey). It's set overall query per second instead of for each workers.

```
oha 0.5.0
oha 0.5.1
hatoo <[email protected]>
Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
Expand Down

0 comments on commit e80efea

Please sign in to comment.