Skip to content

Commit

Permalink
Merge pull request #35 from jeremyandrews/docs
Browse files Browse the repository at this point in the history
release 0.2.0
  • Loading branch information
jeremyandrews authored Oct 5, 2021
2 parents c77c494 + c69723f commit 77edb18
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2.0-dev
## 0.2.0 October 5, 2021
- **API change**: update goose to [0.14](https://github.com/tag1consulting/goose/releases/tag/0.14.0)

## 0.1.12 August 22, 2021
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.2.0-dev"
version = "0.2.0"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "Helpful in writing Goose load tests."
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Helpful in writing [`Goose`](https://docs.rs/goose) load tests.
## Documentation

- [Goose Eggs](https://docs.rs/goose-eggs)
- [Umami example](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)
- [Goose Eggs Umami example](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)
- [The Goose book](https://book.goose.rs/)
8 changes: 7 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
//! Goose Eggs are helpful in writing [`Goose`](https://docs.rs/goose) load tests.
//! Goose Eggs are helpful in writing [`Goose`](https://book.goose.rs/) load tests.
//!
//! ## Example
//! The [Umami example](https://github.com/tag1consulting/goose/tree/main/examples/umami)
//! included with Goose has been [converted to use the Goose Eggs library](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)
//! and serves as a useful example on how to leverage it when writing load tests.
use goose::goose::GooseResponse;
use goose::prelude::*;
use log::info;
Expand Down

0 comments on commit 77edb18

Please sign in to comment.