Skip to content

Commit b1061ca

Browse files
committed
Prepare 0.18.2
1 parent 547f01f commit b1061ca

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Changelog
22

3-
## Unreleased
4-
5-
### Add
3+
## [0.18.2] 2023/8/13
64

75
### Changed
86

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

12-
### Fixed
13-
1410
## [0.18.1] 2023/7/5
1511

1612
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ following lines to your `Cargo.toml` file:
1414

1515
```
1616
[dev-dependencies]
17-
rstest = "0.18.1"
17+
rstest = "0.18.2"
1818
```
1919

2020
### Fixture

rstest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "rstest"
1313
readme = "README.md"
1414
repository = "https://github.com/la10736/rstest"
15-
version = "0.19.0"
15+
version = "0.18.2"
1616

1717
[features]
1818
async-timeout = [
@@ -27,7 +27,7 @@ default = ["async-timeout"]
2727
[dependencies]
2828
futures = { version = "0.3.21", optional = true }
2929
futures-timer = { version = "3.0.2", optional = true }
30-
rstest_macros = { version = "0.19.0", path = "../rstest_macros", default-features = false }
30+
rstest_macros = { version = "0.18.2", path = "../rstest_macros", default-features = false }
3131

3232
[dev-dependencies]
3333
actix-rt = "2.7.0"

rstest_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["test", "fixture"]
1111
license = "MIT OR Apache-2.0"
1212
name = "rstest_macros"
1313
repository = "https://github.com/la10736/rstest"
14-
version = "0.19.0"
14+
version = "0.18.2"
1515

1616
[lib]
1717
proc-macro = true

0 commit comments

Comments
 (0)