From 5f1a5132746e5e5c2fcd5aa96f98afa5c1087cb5 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Thu, 15 Jul 2021 07:27:54 +0200 Subject: [PATCH] release 0.12.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b2b9fb..3ff2aee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.12.1-dev +## 0.12.1 July 15, 2021 - rename `rustls` feature to `rustls-tls` so `tests/controller.rs` can build with the `rustls` library; update `tungstenite` to `0.14` and `tokio-tungstenite` = `0.15` to allow building with `rustls` - documentation cleanup; properly rename `GooseDefault::RequestFormat` and fix links - always configure `GooseConfiguration.manager` and `GooseConfiguration.worker`; confirm Manager is enabled when setting `--expect-workers` diff --git a/Cargo.toml b/Cargo.toml index f68f1a54..d1a1ceda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.12.1-dev" +version = "0.12.1" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust." diff --git a/README.md b/README.md index abfabdb2..d05e3e22 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.12.0 + Downloaded goose v0.12.1 ... - Compiling goose v0.12.0 + Compiling goose v0.12.1 Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest) Finished dev [unoptimized + debuginfo] target(s) in 52.97s Running `target/debug/loadtest` @@ -536,7 +536,7 @@ Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. goose> ? -goose 0.12.0 controller commands: +goose 0.12.1 controller commands: help (?) this help exit (quit) exit controller start start an idle load test