From 5d7b250e763dbff754318f29a7318c0eaec130ac Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Fri, 13 Aug 2021 11:23:29 +0200 Subject: [PATCH] release 0.13.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fedf753..917fe30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.13.1-dev +## 0.13.1 August 13, 2021 - add test to confirm a `base_url` can include a path and be joined with a relative path - fix documentation typo - introduce `pretty` log format for `--error-format`, `--debug-format`, `--request-format`, and `--task-format` diff --git a/Cargo.toml b/Cargo.toml index 88f2d431..8093e354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.13.1-dev" +version = "0.13.1" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust." diff --git a/README.md b/README.md index 1e743e90..d810ad87 100644 --- a/README.md +++ b/README.md @@ -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.0 + Downloaded goose v0.13.1 ... - Compiling goose v0.13.0 + Compiling goose v0.13.1 Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest) Finished dev [unoptimized + debuginfo] target(s) in 52.97s Running `target/debug/loadtest` @@ -371,7 +371,7 @@ All 1024 users hatched. Target host: http://local.dev/ During: 2021-08-12 10:55:09 - 2021-08-12 11:05:09 (duration: 00:10:00) - goose v0.13.1-dev + goose v0.13.1 ------------------------------------------------------------------------------ ``` @@ -545,7 +545,7 @@ Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. goose> ? -goose 0.13.0 controller commands: +goose 0.13.1 controller commands: help (?) this help exit (quit) exit controller start start an idle load test diff --git a/src/lib.rs b/src/lib.rs index 66648c95..ee0ccbbe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -409,7 +409,7 @@ //! Target host: http://dev.local/ //! During: 2021-08-12 15:42:22 - 2021-08-12 15:43:02 (duration: 00:30:00) //! -//! goose v0.13.1-dev +//! goose v0.13.1 //! ------------------------------------------------------------------------------ //! ``` //!