Skip to content

Commit

Permalink
Prepare for the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 25, 2021
1 parent e1f851d commit 4c67b3d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0] Unreleased

### Add

### Changed

### Fixed

## [0.8.0] 2021/4/25

### Add
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "rstest"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.8.0"
version = "0.9.0"

[workspace]
exclude = [
Expand All @@ -34,13 +34,13 @@ proc-macro = true
cfg-if = "1.0.0"
proc-macro2 = "1.0.26"
quote = "1.0.9"
syn = { version = "1.0.70", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"] }
syn = {version = "1.0.70", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]}

[dev-dependencies]
actix-rt = "2.2.0"
async-std = { version = "1.9.0", features = ["attributes"] }
async-std = {version = "1.9.0", features = ["attributes"]}
lazy_static = "1.4.0"
mytest = { package = "rstest", version = "0.7.0" }
mytest = {package = "rstest", version = "0.8.0"}
pretty_assertions = "0.7.2"
rstest_reuse = "0.1.2"
rstest_test = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ following lines to your `Cargo.toml` file:

```
[dev-dependencies]
rstest = "0.8.0"
rstest = "0.9.0"
```

### Fixture
Expand Down
2 changes: 1 addition & 1 deletion rstest_reuse/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.4.0"
rstest_test = "0.2.0"
temp_testdir = "0.2.3"
# To compile doc tests
rstest = "0.7.0"
rstest = "0.8.0"

[build-dependencies]
rustc_version = "0.3.3"

0 comments on commit 4c67b3d

Please sign in to comment.