Skip to content

Commit

Permalink
chore: release (#139)
Browse files Browse the repository at this point in the history
* 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
github-actions[bot] and NobodyXu authored Aug 10, 2024
1 parent 930cb72 commit 6995b4a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-lowlevel-v0.6.0...openssh-sftp-client-lowlevel-v0.7.0) - 2024-08-10

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

## [0.14.6](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.14.5...openssh-sftp-client-v0.14.6) - 2024-07-25

### 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.14.6"
version = "0.15.0"
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.4.0", path = "openssh-sftp-error" }
openssh-sftp-client-lowlevel = { version = "0.6.0", path = "openssh-sftp-client-lowlevel" }
openssh-sftp-error = { version = "0.5.0", path = "openssh-sftp-error" }
openssh-sftp-client-lowlevel = { version = "0.7.0", 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.6.0"
version = "0.7.0"
edition = "2018"

authors = ["Jiahao XU <[email protected]>"]
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.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"

Expand Down
12 changes: 12 additions & 0 deletions openssh-sftp-error/CHANGELOG.md
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.
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.4.0"
version = "0.5.0"
edition = "2018"

authors = ["Jiahao XU <[email protected]>"]
Expand Down

0 comments on commit 6995b4a

Please sign in to comment.