Skip to content

Commit

Permalink
Prepared nex releases
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 15, 2022
1 parent ae2fdc5 commit b1d3e73
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.14.0] Unreleased

### Add

### Changed

### Fixed

## [0.13.0] 2022/05/15

### Add
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.13.0"
rstest = "0.14.0"
```

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

[lib]

[dependencies]
async-std = {version = "1.9.0", features = ["attributes"]}
futures = "0.3.15"
futures-timer = "3.0.2"
rstest_macros = {version = "0.13.0", path = "../rstest_macros"}
rstest_macros = {version = "0.14.0", path = "../rstest_macros"}

[dev-dependencies]
actix-rt = "2.2.0"
async-std = {version = "1.9.0", features = ["attributes"]}
lazy_static = "1.4.0"
mytest = {package = "rstest", version = "0.12.0"}
mytest = {package = "rstest", version = "0.13.0"}
pretty_assertions = "1.0.0"
rstest_reuse = {version = "0.3", path = "../rstest_reuse"}
rstest_test = {version = "0.6", path = "../rstest_test"}
rstest_test = {version = "0.7", path = "../rstest_test"}
temp_testdir = "0.2.3"
tokio = {version = "1.6.1", features = ["rt", "macros"]}
unindent = "0.1.7"
Expand Down
10 changes: 5 additions & 5 deletions 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/Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
version = "0.13.0"
version = "0.14.0"

[lib]
proc-macro = true
Expand All @@ -25,12 +25,12 @@ quote = "1.0.9"
syn = {version = "1.0.72", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]}

[dev-dependencies]
rstest = "0.12.0"
pretty_assertions = "1.0.0"
rstest_test = "0.5.0"
rstest_reuse = "0.3.0"
actix-rt = "2.2.0"
async-std = {version = "1.9.0", features = ["attributes"]}
pretty_assertions = "1.0.0"
rstest = {version = "0.14.0", path = "../rstest"}
rstest_reuse = {version = "0.3.0", path = "../rstest_reuse"}
rstest_test = {version = "0.7.0", path = "../rstest_test"}

[build-dependencies]
rustc_version = "0.4.0"
2 changes: 1 addition & 1 deletion rstest_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
name = "rstest_test"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.6.0"
version = "0.7.0"

[dependencies]
regex = "1.5.4"
Expand Down

0 comments on commit b1d3e73

Please sign in to comment.