Skip to content

Commit

Permalink
Merge pull request #350 from jeremyandrews/v0.13.2
Browse files Browse the repository at this point in the history
release v0.13.2
  • Loading branch information
jeremyandrews authored Aug 19, 2021
2 parents c07db59 + 5f2472c commit 01fc642
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.13.2-dev
## 0.13.2 August 19, 2021
- fix broken links within the documentation; general documentation cleanups
- introduce `--startup-time` which can be set together with `--users` instead of using `--hatch-rate` to configure how quickly to start users
- fix `--run-time` to always start counting after all users are fully started
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.13.2-dev"
version = "0.13.2"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing framework inspired by Locust."
Expand Down
6 changes: 3 additions & 3 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.13.1
Downloaded goose v0.13.2
...
Compiling goose v0.13.1
Compiling goose v0.13.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 Expand Up @@ -563,7 +563,7 @@ Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
goose> ?
goose 0.13.1 controller commands:
goose 0.13.2 controller commands:
help (?) this help
exit (quit) exit controller
start start an idle load test
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
//! During: 2021-08-12 15:42:31 - 2021-08-12 15:43:02 (duration: 00:00:30)
//! Stopping: 2021-08-12 15:43:02 - 2021-08-12 15:43:02 (duration: 00:00:00)
//!
//! goose v0.13.1
//! goose v0.13.2
//! ------------------------------------------------------------------------------
//! ```
//!
Expand Down

0 comments on commit 01fc642

Please sign in to comment.