Skip to content

Commit

Permalink
Bump to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Jul 5, 2021
1 parent 9ff86a9 commit 0d0ae6a
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.4.6 (2012-07-05)

- Add `--latency-correction` to avoid Coordinated Omission Problem.

# 0.4.5 (2012-05-04)
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.4.5"
version = "0.4.6"
authors = ["hatoo <[email protected]>"]
edition = "2018"
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 @@ -43,7 +43,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.4.5
oha 0.4.6
hatoo <[email protected]>
Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
Expand Down

0 comments on commit 0d0ae6a

Please sign in to comment.