Skip to content

Commit

Permalink
open 0.5.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Oct 31, 2023
1 parent 6931b58 commit d8c2078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

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

0 comments on commit d8c2078

Please sign in to comment.