From bf97a871470119d7bb3ef523515983773a4587bf Mon Sep 17 00:00:00 2001 From: Janez Urevc Date: Mon, 28 Aug 2023 10:49:18 +0300 Subject: [PATCH] Open 0.17.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafdf553..6a3fc409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.17.3-dev + ## 0.17.2 August 28, 2023 - [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux - [#559](https://github.com/tag1consulting/goose/pull/559) disable unnecessary features in chronos, avoid potential segfault in time crate: https://rustsec.org/advisories/RUSTSEC-2020-0071 diff --git a/Cargo.toml b/Cargo.toml index baa81a8f..660cc139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.17.2" +version = "0.17.3-dev" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust."