Skip to content

Commit 4648114

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

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- updated the following local packages: openssh-sftp-error
14+
915
## [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
1016

1117
### Other

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh-sftp-client"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
edition = "2021"
55
rust-version = "1.64"
66

@@ -31,8 +31,8 @@ features = ["openssh", "tracing"]
3131
rustdoc-args = ["--cfg", "docsrs"]
3232

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

3737
once_cell = "1.9.0"
3838

openssh-sftp-client-lowlevel/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh-sftp-client-lowlevel"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2018"
55

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

openssh-sftp-error/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [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
10+
11+
### Other
12+
13+
- Update thiserror requirement from 1.0.29 to 2.0.0 ([#142](https://github.com/openssh-rust/openssh-sftp-client/pull/142))
14+
915
## [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
1016

1117
### Other

openssh-sftp-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh-sftp-error"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2018"
55

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

0 commit comments

Comments
 (0)