Skip to content

Commit

Permalink
chore: Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Mar 8, 2024
1 parent 6a0d2d1 commit 461798f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

[Unreleased]: https://github.com/foresterre/storyteller/compare/v3.0.0...HEAD

## [3.0.0] - 2024-03-08

### Added

* Parameterized tests now parse and regenerate the `const`, `async`, `unsafe` and `extern` function qualifiers for test functions.
Expand Down Expand Up @@ -43,7 +47,7 @@ async fn test(wait: u64, time_elapsed: u128) {

```

[Unreleased]: https://github.com/foresterre/storyteller/compare/v2.0.0...HEAD
[3.0.0]: https://github.com/foresterre/storyteller/compare/v2.0.0...v3.0.0

## [2.0.0] - 2023-10-16

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "yare"
description = "Lean parameterized test case library for Rust 🚀"
authors = ["Martijn Gribnau <[email protected]>"]
version = "2.0.0"
version = "3.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
documentation = "https://docs.rs/crate/yare"
Expand All @@ -13,7 +13,7 @@ categories = ["development-tools", "development-tools::testing"]
rust-version = "1.56"

[dependencies]
yare-macro = { path = "yare-macro", version = "2.0.0" }
yare-macro = { path = "yare-macro", version = "3.0.0" }

[workspace]
members = ["yare-macro"]
Expand Down
2 changes: 1 addition & 1 deletion yare-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yare-macro"
version = "2.0.0"
version = "3.0.0"
authors = ["Martijn Gribnau <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 461798f

Please sign in to comment.