Skip to content

Commit dcccd08

Browse files
chore: release (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86e1b5d commit dcccd08

File tree

4 files changed

+53
-1
lines changed

4 files changed

+53
-1
lines changed

crates/mux-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.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
10+
11+
### Other
12+
- Update typed-builder requirement in /crates/mux-client ([#52](https://github.com/openssh-rust/openssh-mux-client/pull/52))

crates/mux-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh-mux-client"
3-
version = "0.17.3"
3+
version = "0.17.4"
44
edition = "2018"
55

66
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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-error-v0.1.0) - 2024-07-15
10+
11+
### Other
12+
- Impl proxy-client `create_read_task` and `create_write_task` ([#27](https://github.com/openssh-rust/openssh-mux-client/pull/27))
13+
- Extract new crate openssh-proxy-client-error ([#21](https://github.com/openssh-rust/openssh-mux-client/pull/21))

crates/proxy-client/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

Comments
 (0)