Skip to content

Commit

Permalink
Merge pull request #283 from jeremyandrews/r0.11.2
Browse files Browse the repository at this point in the history
prepare 0.11.2
  • Loading branch information
jeremyandrews authored Jun 10, 2021
2 parents 3181e5e + 15f3001 commit f1e900a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.11.2-dev
## 0.11.2 June 10, 2021
- introduce telnet Controller allowing real-time control of load test, optionally disable with `--no-telnet`, supports the following commands:
o `help` (and `?`) display help
o `exit` (and `quit`) exit the telnet Controller
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.11.2-dev"
version = "0.11.2"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing framework inspired by Locust."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
```
$ cargo run
Updating crates.io index
Downloaded goose v0.11.1
Downloaded goose v0.11.2
...
Compiling goose v0.11.1
Compiling goose v0.11.2
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
Running `target/debug/loadtest`
Expand Down
2 changes: 1 addition & 1 deletion src/goose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ impl GooseUser {
/// [`reqwest::Client`](https://docs.rs/reqwest/*/reqwest/struct.Client.html). The first
/// configures Goose to report itself as the
/// [`user_agent`](https://docs.rs/reqwest/*/reqwest/struct.ClientBuilder.html#method.user_agent)
/// requesting web pages (ie `goose/0.11.1`). The second option configures
/// requesting web pages (ie `goose/0.11.2`). The second option configures
/// [`reqwest`](https://docs.rs/reqwest/) to
/// [store cookies](https://docs.rs/reqwest/*/reqwest/struct.ClientBuilder.html#method.cookie_store),
/// which is generally necessary if you aim to simulate logged in users.
Expand Down

0 comments on commit f1e900a

Please sign in to comment.