Skip to content

Commit

Permalink
Merge pull request #375 from jeremyandrews/v0.15.0
Browse files Browse the repository at this point in the history
release 0.15
  • Loading branch information
jeremyandrews authored Nov 2, 2021
2 parents 183b857 + 7518556 commit b9e3a80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15.0-dev
## 0.15.0 November 2, 2021
- [#372](https://github.com/tag1consulting/goose/pull/372) de-deduplicate documentation, favoring [The Goose Book](https://book.goose.rs)
- [#373](https://github.com/tag1consulting/goose/pull/373) **API change**: introduce `GooseRequest` and `GooseRequestBuilder` for more flexibility when making requests
o remove `GooseUser::post_named`, `GooseUser::head_named`, `GooseUser::delete_named`, `GooseUser::goose_get`, `GooseUser::goose_put`, `GooseUser::goose_head`, `GooseUser::goose_put`, `GooseUser::goose_patch`, `GooseUser::goose_delete`, and `GooseUser::goose_send`
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"
version = "0.15.0-dev"
version = "0.15.0"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing framework inspired by Locust."
Expand Down
2 changes: 1 addition & 1 deletion src/docs/goose-book/src/gaggle/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ When writing load test applications, you can default to compiling in the Gaggle

```toml
[dependencies]
goose = { version = "^0.14", features = ["gaggle"] }
goose = { version = "^0.15", features = ["gaggle"] }
```
2 changes: 1 addition & 1 deletion src/docs/goose-book/src/getting-started/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ All 1024 users hatched.
Running: 2021-08-12 10:55:42 - 2021-08-12 11:05:09 (duration: 00:10:00)
Stopping: 2021-08-12 11:05:09 - 2021-08-12 11:05:11 (duration: 00:00:02)

goose v0.14.1
goose v0.15.0
------------------------------------------------------------------------------
```

Expand Down

0 comments on commit b9e3a80

Please sign in to comment.