Skip to content

Commit

Permalink
Merge pull request #33 from jeremyandrews/v0.1.12
Browse files Browse the repository at this point in the history
release 0.1.12
  • Loading branch information
jeremyandrews authored Aug 22, 2021
2 parents de6bea9 + d8f295d commit fc65775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12-dev
## 0.1.12 August 22, 2021
- clippy cleanups: don't borrow references that are immediately dereferenced by the compiler: https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
- update `load_static_elements()` to use case-insensitive regex to find local static elements (images, js, and css) both with relative and absolute paths
- match user-login-form even when it has additional classes
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.12-dev"
version = "0.1.12"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "Helpful in writing Goose load tests."
Expand Down

0 comments on commit fc65775

Please sign in to comment.