From 66513c6d39231c719ed478a55685dbc9bcd65740 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Tue, 31 Oct 2023 11:29:45 +0100 Subject: [PATCH] release 0.5.3 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b70020..26ae92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.5.2-dev +## 0.5.2 October 31, 2023 - match "http://example.com/example.css", "/path/to/example.css", and "path/to/example.css" formatted paths for all types of static assets - introduce `not_status()`, `not_title()`, `not_text()`, `not_texts()`, `not_header()`, and `not_header_value()` diff --git a/Cargo.toml b/Cargo.toml index 19044d1..27eec3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.5.2-dev" +version = "0.5.2" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests."