Skip to content

Commit

Permalink
Merge pull request #344 from jeremyandrews/v0.13.1
Browse files Browse the repository at this point in the history
release v0.13.1
  • Loading branch information
jeremyandrews authored Aug 13, 2021
2 parents 079f8ad + 5d7b250 commit 229cb01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.13.1-dev
## 0.13.1 August 13, 2021
- add test to confirm a `base_url` can include a path and be joined with a relative path
- fix documentation typo
- introduce `pretty` log format for `--error-format`, `--debug-format`, `--request-format`, and `--task-format`
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.13.1-dev"
version = "0.13.1"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing framework inspired by Locust."
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
```
$ cargo run
Updating crates.io index
Downloaded goose v0.13.0
Downloaded goose v0.13.1
...
Compiling goose v0.13.0
Compiling goose v0.13.1
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
Running `target/debug/loadtest`
Expand Down Expand Up @@ -371,7 +371,7 @@ All 1024 users hatched.
Target host: http://local.dev/
During: 2021-08-12 10:55:09 - 2021-08-12 11:05:09 (duration: 00:10:00)
goose v0.13.1-dev
goose v0.13.1
------------------------------------------------------------------------------
```
Expand Down Expand Up @@ -545,7 +545,7 @@ Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
goose> ?
goose 0.13.0 controller commands:
goose 0.13.1 controller commands:
help (?) this help
exit (quit) exit controller
start start an idle load test
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
//! Target host: http://dev.local/
//! During: 2021-08-12 15:42:22 - 2021-08-12 15:43:02 (duration: 00:30:00)
//!
//! goose v0.13.1-dev
//! goose v0.13.1
//! ------------------------------------------------------------------------------
//! ```
//!
Expand Down

0 comments on commit 229cb01

Please sign in to comment.