Skip to content

Commit

Permalink
Update to 0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed May 12, 2022
1 parent 268ec94 commit b535178
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion distant-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion distant-ssh2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b535178

Please sign in to comment.