We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62f70f commit 54e8392Copy full SHA for 54e8392
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [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
10
+
11
+### Other
12
13
+- Spelling fix for according ([#140](https://github.com/openssh-rust/openssh-sftp-client/pull/140))
14
15
## [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
16
17
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh-sftp-client"
3
-version = "0.15.0"
+version = "0.15.1"
4
edition = "2021"
5
rust-version = "1.64"
0 commit comments