Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
This release includes the following improvements

- Client now implements the clone trait; Client is now cloneable.
- Server validity checks using known_hosts now support domain name access.

These contributions were made by cybersoulK (https://github.com/cybersoulK).
Again, thanks are due to cybersoulK. Thank you very much.
  • Loading branch information
Miyoshi-Ryota committed Oct 20, 2023
1 parent 46941ec commit 02a3dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-ssh2-tokio"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for rust with the tokio runtime. Powered by the rust ssh implementation
```rust
[dependencies]
tokio = "1"
async-ssh2-tokio = "0.7.1"
async-ssh2-tokio = "0.8.0"
```

## Usage
Expand Down

0 comments on commit 02a3dc3

Please sign in to comment.