-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release * Release openssh-sftp-client v0.15.0 Signed-off-by: Jiahao XU <[email protected]> * Bump openssh-sftp-error to v0.5.0 Signed-off-by: Jiahao XU <[email protected]> * Fix openssh-sftp-client deps Signed-off-by: Jiahao XU <[email protected]> * Update openssh-sftp-error CHANGELOG.md Signed-off-by: Jiahao XU <[email protected]> * Release openssh-sftp-client-lowlevel 0.7.0 Signed-off-by: Jiahao XU <[email protected]> * Bump openssh-sftp-client-lowlevel to 0.7.0 Signed-off-by: Jiahao XU <[email protected]> * Update CHANGELOG.md Signed-off-by: Jiahao XU <[email protected]> --------- Signed-off-by: Jiahao XU <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <[email protected]>
- Loading branch information
1 parent
930cb72
commit 6995b4a
Showing
5 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "openssh-sftp-client-lowlevel" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2018" | ||
|
||
authors = ["Jiahao XU <[email protected]>"] | ||
|
@@ -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.4.0", path = "../openssh-sftp-error" } | ||
openssh-sftp-error = { version = "0.5.0", path = "../openssh-sftp-error" } | ||
concurrent_arena = "0.1.7" | ||
derive_destructure2 = "0.1.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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.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 | ||
- Update openssh requirement from 0.10.0 to 0.11.0 ([#138](https://github.com/openssh-rust/openssh-sftp-client/pull/138)) | ||
The changelog for this crate is kept in the project's Rust documentation in the changelog module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "openssh-sftp-error" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
edition = "2018" | ||
|
||
authors = ["Jiahao XU <[email protected]>"] | ||
|