From 362e36d0a9494bd71ad9683ef8b8d18a2744aba0 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Thu, 12 May 2022 13:17:28 +0200 Subject: [PATCH] release 0.16.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- src/docs/goose-book/src/getting-started/creating.md | 4 ++-- src/docs/goose-book/src/getting-started/metrics.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fad4cb4..4611d413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.16.1-dev +## 0.16.1 May 12, 2022 - [#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 - [#469](https://github.com/tag1consulting/goose/pull/469) support `users` INT command on controllers during a running load test - [#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 diff --git a/Cargo.toml b/Cargo.toml index d07c83e9..cf3bf800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.16.1-dev" +version = "0.16.1" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust." diff --git a/src/docs/goose-book/src/getting-started/creating.md b/src/docs/goose-book/src/getting-started/creating.md index 4a302ecd..3b7a55c8 100644 --- a/src/docs/goose-book/src/getting-started/creating.md +++ b/src/docs/goose-book/src/getting-started/creating.md @@ -21,9 +21,9 @@ At this point it's possible to compile all dependencies, though the resulting bi ```bash $ cargo run Updating crates.io index - Downloaded goose v0.16.0 + Downloaded goose v0.16.1 ... - Compiling goose v0.16.0 + Compiling goose v0.16.1 Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest) Finished dev [unoptimized + debuginfo] target(s) in 52.97s Running `target/debug/loadtest` diff --git a/src/docs/goose-book/src/getting-started/metrics.md b/src/docs/goose-book/src/getting-started/metrics.md index cba8d6e9..5da7b3fc 100644 --- a/src/docs/goose-book/src/getting-started/metrics.md +++ b/src/docs/goose-book/src/getting-started/metrics.md @@ -264,7 +264,7 @@ All 9 users hatched. Decreasing: 2022-04-28 10:22:34 - 2022-04-28 10:22:34 (00:00:00, 0 <- 9) Target host: http://umami.ddev.site/ - goose v0.16.0 + goose v0.16.1 ------------------------------------------------------------------------------ ```