Skip to content

Commit

Permalink
chore: release (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
1 parent 86e1b5d commit dcccd08
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
12 changes: 12 additions & 0 deletions crates/mux-client/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion crates/mux-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-mux-client"
version = "0.17.3"
version = "0.17.4"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
Expand Down
13 changes: 13 additions & 0 deletions crates/proxy-client-error/CHANGELOG.md
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))
27 changes: 27 additions & 0 deletions crates/proxy-client/CHANGELOG.md
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))

0 comments on commit dcccd08

Please sign in to comment.