Skip to content

Commit

Permalink
Merge pull request #114 from jeremyandrews/v0.9.0
Browse files Browse the repository at this point in the history
release 0.9.0
  • Loading branch information
jeremyandrews authored Jul 23, 2020
2 parents a0de29b + 4e398e0 commit a7f710a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.9.0-dev
## 0.9.0 July 23, 2020
- fix code documentation, requests are async and require await
- properly support setting host when registering task set
- rename `response` wrapper to `goose`, so we end up with `goose.request` and `goose.response`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goose"
version = "0.9.0-dev"
version = "0.9.0"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing tool inspired by Locust."
Expand Down

0 comments on commit a7f710a

Please sign in to comment.