Skip to content

Commit

Permalink
Prepare 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Aug 13, 2023
1 parent 547f01f commit b1061ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Changelog

## Unreleased

### Add
## [0.18.2] 2023/8/13

### Changed

- Now `#[files]` accept also parent folders: see [#205](https://github.com/la10736/rstest/issues/205)
for more details.

### Fixed

## [0.18.1] 2023/7/5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ following lines to your `Cargo.toml` file:

```
[dev-dependencies]
rstest = "0.18.1"
rstest = "0.18.2"
```

### Fixture
Expand Down
4 changes: 2 additions & 2 deletions rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "rstest"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.19.0"
version = "0.18.2"

[features]
async-timeout = [
Expand All @@ -27,7 +27,7 @@ default = ["async-timeout"]
[dependencies]
futures = { version = "0.3.21", optional = true }
futures-timer = { version = "3.0.2", optional = true }
rstest_macros = { version = "0.19.0", path = "../rstest_macros", default-features = false }
rstest_macros = { version = "0.18.2", path = "../rstest_macros", default-features = false }

[dev-dependencies]
actix-rt = "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["test", "fixture"]
license = "MIT OR Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
version = "0.19.0"
version = "0.18.2"

[lib]
proc-macro = true
Expand Down

0 comments on commit b1061ca

Please sign in to comment.