Skip to content

Commit 67fe1e0

Browse files
Merge pull request #475 from jeremyandrews/v0.16.1
release 0.16.1
2 parents 3ced8bd + 362e36d commit 67fe1e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.16.1-dev
3+
## 0.16.1 May 12, 2022
44
- [#464](https://github.com/tag1consulting/goose/pull/464) add `startuptime` (and `startup_time`) TIME to controllers, setting how long the load test should spend starting configured number of users
55
- [#469](https://github.com/tag1consulting/goose/pull/469) support `users` INT command on controllers during a running load test
66
- [#473](https://github.com/tag1consulting/goose/pull/473) introduce `test-plan PLAN` command allowing configuration of test plan with the controller during running and idle load tests

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goose"
3-
version = "0.16.1-dev"
3+
version = "0.16.1"
44
authors = ["Jeremy Andrews <jeremy@tag1consulting.com>"]
55
edition = "2018"
66
description = "A load testing framework inspired by Locust."

src/docs/goose-book/src/getting-started/creating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
2121
```bash
2222
$ cargo run
2323
Updating crates.io index
24-
Downloaded goose v0.16.0
24+
Downloaded goose v0.16.1
2525
...
26-
Compiling goose v0.16.0
26+
Compiling goose v0.16.1
2727
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
2828
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
2929
Running `target/debug/loadtest`

src/docs/goose-book/src/getting-started/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ All 9 users hatched.
264264
Decreasing: 2022-04-28 10:22:34 - 2022-04-28 10:22:34 (00:00:00, 0 <- 9)
265265

266266
Target host: http://umami.ddev.site/
267-
goose v0.16.0
267+
goose v0.16.1
268268
------------------------------------------------------------------------------
269269
```
270270

0 commit comments

Comments
 (0)