Skip to content

Commit

Permalink
release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Andrews committed Aug 2, 2021
1 parent 630a2f8 commit 6758c74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goose-eggs"
version = "0.1.10-dev"
version = "0.1.10"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "Helpful in writing Goose load tests."
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Helpful in writing [`Goose`](https://docs.rs/goose) load tests.

## Documentation

- [Goose Eggs](https://docs.rs/goose-eggs)
- [Goose Eggs](https://docs.rs/goose-eggs)
- [Umami example](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)

0 comments on commit 6758c74

Please sign in to comment.