From ec26b41aef5bf17d4e0ab47a03427e360bf41935 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Fri, 9 Dec 2022 08:16:01 +0100 Subject: [PATCH] release 0.17.0 without gaggle support --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddb3e86..9e079124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.17.0 +## 0.17.0 December 9, 2022 - [#529](https://github.com/tag1consulting/goose/pull/529) **API change** temporaryily removed Gaggle support `gaggle` feature) to allow upgrading Tokio and other dependencies. - if you require Gaggle support, use Goose 0.16.4 with Tokio 0.15 for now; Gaggle support is being added back in https://github.com/tag1consulting/goose/pull/509 - updated Tokio to 1.23, updated tungestenite and tokio-tungstenite to 0.18; updated ctrlc to 3.2; updated num_cpus to 1.14, updated simplelog to 0.12, updated nix to 0.26, updated rustls to 0.20, updates serial_test to 0.9 diff --git a/Cargo.toml b/Cargo.toml index 0d06adbb..bfc43ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.17.0-dev" +version = "0.17.0" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust."