Update to 0.16.0 release

pull/104/head v0.16.0
Chip Senkbeil 2 years ago
parent 268ec948d6
commit b53517892d
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
### Fixed
### Removed
## [0.16.0] - 2022-05-12
### Added
- New `environment` session type that prints out environment variable
definitions for use in an interactive session or to evaluate
- Shell support introduced for ssh & distant servers, including a new shell

@ -32,7 +32,7 @@ You can import the dependency by adding the following to your `Cargo.toml`:
```toml
[dependencies]
distant-core = "0.15"
distant-core = "0.16"
```
## Features

@ -31,7 +31,7 @@ You can import the dependency by adding the following to your `Cargo.toml`:
```toml
[dependencies]
distant-ssh2 = "0.15"
distant-ssh2 = "0.16"
```
## Examples

Loading…
Cancel
Save