diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e66f9a..b6ec064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/distant-core/README.md b/distant-core/README.md index 70d9b2e..e4c5b5d 100644 --- a/distant-core/README.md +++ b/distant-core/README.md @@ -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 diff --git a/distant-ssh2/README.md b/distant-ssh2/README.md index 19f908e..249bc9f 100644 --- a/distant-ssh2/README.md +++ b/distant-ssh2/README.md @@ -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