Skip to content

Commit

Permalink
Merge pull request #80 from jeremyandrews/0.8.0
Browse files Browse the repository at this point in the history
release 0.8.0
  • Loading branch information
jeremyandrews authored Jun 26, 2020
2 parents b87b480 + 8b90501 commit add2ddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.0-dev
## 0.8.0 June 26, 2020
- properly subtract previous statistic when handling `set_failure()` and `set_success()`
- detect and track redirects in `GooseRawRequest`
- `--sticky-follow` makes redirect of GooseClient base_url sticky, affecting subsequent requests
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.8.0-dev"
version = "0.8.0"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing tool inspired by Locust."
Expand Down
2 changes: 1 addition & 1 deletion src/goose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ impl GooseUser {
///
/// By default, Goose configures two options when building a Reqwest client. The first
/// configures Goose to report itself as the user agent requesting web pages (ie
/// `goose/0.7.5`). The second option configures Reqwest to store cookies, which is
/// `goose/0.8.0`). The second option configures Reqwest to store cookies, which is
/// generally necessary if you aim to simulate logged in users.
///
/// # Default configuration:
Expand Down

0 comments on commit add2ddd

Please sign in to comment.