-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
86e1b5d
commit dcccd08
Showing
4 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.17.4](https://github.com/openssh-rust/openssh-mux-client/compare/openssh-mux-client-v0.17.3...openssh-mux-client-v0.17.4) - 2024-07-15 | ||
|
||
### Other | ||
- Update typed-builder requirement in /crates/mux-client ([#52](https://github.com/openssh-rust/openssh-mux-client/pull/52)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/openssh-rust/openssh-mux-client/releases/tag/openssh-proxy-client-error-v0.1.0) - 2024-07-15 | ||
|
||
### Other | ||
- Impl proxy-client `create_read_task` and `create_write_task` ([#27](https://github.com/openssh-rust/openssh-mux-client/pull/27)) | ||
- Extract new crate openssh-proxy-client-error ([#21](https://github.com/openssh-rust/openssh-mux-client/pull/21)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/openssh-rust/openssh-mux-client/releases/tag/openssh-proxy-client-v0.1.0) - 2024-07-15 | ||
|
||
### Other | ||
- Update compact_str requirement in /crates/proxy-client ([#51](https://github.com/openssh-rust/openssh-mux-client/pull/51)) | ||
- Update strum requirement from 0.25 to 0.26 in /crates/proxy-client ([#48](https://github.com/openssh-rust/openssh-mux-client/pull/48)) | ||
- Update strum requirement from 0.24 to 0.25 in /crates/proxy-client ([#35](https://github.com/openssh-rust/openssh-mux-client/pull/35)) | ||
- Impl cancellation ([#34](https://github.com/openssh-rust/openssh-mux-client/pull/34)) | ||
- Update compact_str requirement in /crates/proxy-client ([#30](https://github.com/openssh-rust/openssh-mux-client/pull/30)) | ||
- Impl proxy-client `create_read_task` and `create_write_task` ([#27](https://github.com/openssh-rust/openssh-mux-client/pull/27)) | ||
- Rm unused type `IpAddr` & `ForwardedTcpIp` ([#26](https://github.com/openssh-rust/openssh-mux-client/pull/26)) | ||
- Rm unplanned features in openssh-proxy-client ([#22](https://github.com/openssh-rust/openssh-mux-client/pull/22)) | ||
- Extract new crate openssh-proxy-client-error ([#21](https://github.com/openssh-rust/openssh-mux-client/pull/21)) | ||
- Impl `From<Error>` for `io::Error` & rm `Error::into_io_error` ([#19](https://github.com/openssh-rust/openssh-mux-client/pull/19)) | ||
- Update ssh_format requirement from 0.13.0 to 0.14.1 ([#18](https://github.com/openssh-rust/openssh-mux-client/pull/18)) | ||
- Fix `proxy-client` channel impl ([#16](https://github.com/openssh-rust/openssh-mux-client/pull/16)) | ||
- Impl `Channel` types required for `ProxyClient` ([#15](https://github.com/openssh-rust/openssh-mux-client/pull/15)) | ||
- Impl response types of proxy-client ([#14](https://github.com/openssh-rust/openssh-mux-client/pull/14)) | ||
- Impl response packet type for proxy mode ([#13](https://github.com/openssh-rust/openssh-mux-client/pull/13)) | ||
- Impl request type for proxy mode ([#12](https://github.com/openssh-rust/openssh-mux-client/pull/12)) |