Skip to content

Commit

Permalink
Merge pull request #683 from hatoo/v1.7.0
Browse files Browse the repository at this point in the history
V1.7.0
  • Loading branch information
hatoo authored Feb 1, 2025
2 parents f7808c6 + de7ba00 commit 8ee33b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# 1.7.0 (2025-02-01)

- Impl support for calling AWS APIs with sigv4 #666
- support -o #669

# 1.6.0 (2025-01-11)

- Feature: Reading Urls from file #639
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
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
name = "oha"
readme = "README.md"
repository = "https://github.com/hatoo/oha"
version = "1.6.0"
version = "1.7.0"
rust-version = "1.77"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Options:
Write succeeded requests to sqlite database url E.G test.db
--debug
Perform a single request and dump the request and response
-o, --output <OUTPUT>
Output file to write the results to. If not specified, results are written to stdout.
-h, --help
Print help
-V, --version
Expand Down

0 comments on commit 8ee33b8

Please sign in to comment.