Skip to content

Commit

Permalink
Merge pull request #59 from tag1consulting/v0.5.3
Browse files Browse the repository at this point in the history
release 0.5.2
  • Loading branch information
jeremyandrews authored Oct 31, 2023
2 parents d806c23 + 66513c6 commit 6931b58
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.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()`

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.5.2-dev"
version = "0.5.2"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "Helpful in writing Goose load tests."
Expand Down

0 comments on commit 6931b58

Please sign in to comment.