|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [0.1.0](https://github.com/openssh-rust/openssh-mux-client/releases/tag/openssh-proxy-client-v0.1.0) - 2024-07-15 |
| 10 | + |
| 11 | +### Other |
| 12 | +- Update compact_str requirement in /crates/proxy-client ([#51](https://github.com/openssh-rust/openssh-mux-client/pull/51)) |
| 13 | +- Update strum requirement from 0.25 to 0.26 in /crates/proxy-client ([#48](https://github.com/openssh-rust/openssh-mux-client/pull/48)) |
| 14 | +- Update strum requirement from 0.24 to 0.25 in /crates/proxy-client ([#35](https://github.com/openssh-rust/openssh-mux-client/pull/35)) |
| 15 | +- Impl cancellation ([#34](https://github.com/openssh-rust/openssh-mux-client/pull/34)) |
| 16 | +- Update compact_str requirement in /crates/proxy-client ([#30](https://github.com/openssh-rust/openssh-mux-client/pull/30)) |
| 17 | +- Impl proxy-client `create_read_task` and `create_write_task` ([#27](https://github.com/openssh-rust/openssh-mux-client/pull/27)) |
| 18 | +- Rm unused type `IpAddr` & `ForwardedTcpIp` ([#26](https://github.com/openssh-rust/openssh-mux-client/pull/26)) |
| 19 | +- Rm unplanned features in openssh-proxy-client ([#22](https://github.com/openssh-rust/openssh-mux-client/pull/22)) |
| 20 | +- Extract new crate openssh-proxy-client-error ([#21](https://github.com/openssh-rust/openssh-mux-client/pull/21)) |
| 21 | +- Impl `From<Error>` for `io::Error` & rm `Error::into_io_error` ([#19](https://github.com/openssh-rust/openssh-mux-client/pull/19)) |
| 22 | +- Update ssh_format requirement from 0.13.0 to 0.14.1 ([#18](https://github.com/openssh-rust/openssh-mux-client/pull/18)) |
| 23 | +- Fix `proxy-client` channel impl ([#16](https://github.com/openssh-rust/openssh-mux-client/pull/16)) |
| 24 | +- Impl `Channel` types required for `ProxyClient` ([#15](https://github.com/openssh-rust/openssh-mux-client/pull/15)) |
| 25 | +- Impl response types of proxy-client ([#14](https://github.com/openssh-rust/openssh-mux-client/pull/14)) |
| 26 | +- Impl response packet type for proxy mode ([#13](https://github.com/openssh-rust/openssh-mux-client/pull/13)) |
| 27 | +- Impl request type for proxy mode ([#12](https://github.com/openssh-rust/openssh-mux-client/pull/12)) |
0 commit comments