Skip to content

Commit

Permalink
chore: release (#143)
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 Nov 6, 2024
1 parent e64bec5 commit 4648114
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.15.1...openssh-sftp-client-v0.15.2) - 2024-11-06

### Other

- updated the following local packages: openssh-sftp-error

## [0.15.1](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.15.0...openssh-sftp-client-v0.15.1) - 2024-09-13

### Other
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-client"
version = "0.15.1"
version = "0.15.2"
edition = "2021"
rust-version = "1.64"

Expand Down Expand Up @@ -31,8 +31,8 @@ features = ["openssh", "tracing"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
openssh-sftp-error = { version = "0.5.0", path = "openssh-sftp-error" }
openssh-sftp-client-lowlevel = { version = "0.7.0", path = "openssh-sftp-client-lowlevel" }
openssh-sftp-error = { version = "0.5.1", path = "openssh-sftp-error" }
openssh-sftp-client-lowlevel = { version = "0.7.1", path = "openssh-sftp-client-lowlevel" }

once_cell = "1.9.0"

Expand Down
4 changes: 2 additions & 2 deletions openssh-sftp-client-lowlevel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-client-lowlevel"
version = "0.7.0"
version = "0.7.1"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
Expand All @@ -15,7 +15,7 @@ categories = ["asynchronous", "network-programming", "api-bindings"]
[dependencies]
awaitable = "0.4.0"
openssh-sftp-protocol = { version = "0.24.0", features = ["bytes"] }
openssh-sftp-error = { version = "0.5.0", path = "../openssh-sftp-error" }
openssh-sftp-error = { version = "0.5.1", path = "../openssh-sftp-error" }
concurrent_arena = "0.1.7"
derive_destructure2 = "0.1.0"

Expand Down
6 changes: 6 additions & 0 deletions openssh-sftp-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-error-v0.5.0...openssh-sftp-error-v0.5.1) - 2024-11-06

### Other

- Update thiserror requirement from 1.0.29 to 2.0.0 ([#142](https://github.com/openssh-rust/openssh-sftp-client/pull/142))

## [0.5.0](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-error-v0.4.0...openssh-sftp-error-v0.5.0) - 2024-08-10

### Other
Expand Down
2 changes: 1 addition & 1 deletion openssh-sftp-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-error"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
Expand Down

0 comments on commit 4648114

Please sign in to comment.