From 6758c74f877ce7c8071338c9f73dc77348be5a66 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Mon, 2 Aug 2021 16:18:06 +0200 Subject: [PATCH] release 0.1.10 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1a6a3..cb78397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.10-dev +## 0.1.10 August 2, 2021 - escape form element name so regex compiles if name includes characters such as `[]` - introduce drupal-specific `get_encoded_form_values` to efficiently load multiple encoded form values - introduce drupal-specific `search` function, configured with `SearchParams` object controlling the search keys, and optionally setting a custom url and title for the search form page, and a custom submit button for the search form diff --git a/Cargo.toml b/Cargo.toml index 5808778..1eddd0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose-eggs" -version = "0.1.10-dev" +version = "0.1.10" authors = ["Jeremy Andrews "] edition = "2018" description = "Helpful in writing Goose load tests." diff --git a/README.md b/README.md index 87e4074..f5cadbc 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ Helpful in writing [`Goose`](https://docs.rs/goose) load tests. ## Documentation -- [Goose Eggs](https://docs.rs/goose-eggs) \ No newline at end of file +- [Goose Eggs](https://docs.rs/goose-eggs) +- [Umami example](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)