Skip to content

Commit

Permalink
Update Release 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 5, 2020
1 parent 0ef4211 commit 19ff758
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [0.6.1] Unreleased
## [0.6.1] 2020/4/5

### Add
- Introducing async tests support. Leverage on `async_std::test` to automatic switch to
async test (both for single, cases and matrix) (See #73)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rstest"
version = "0.6.0"
version = "0.6.1"
authors = ["Michele d'Amico <michele.damico@gmail.com>"]
homepage = "https://github.com/la10736/rstest"
description = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ following lines to your `Cargo.toml` file:

```
[dev-dependencies]
rstest = "0.6"
rstest = "0.6.1"
```

### Fixture
Expand Down

0 comments on commit 19ff758

Please sign in to comment.