Skip to content

Commit 54e8392

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.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+
915
## [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
1016

1117
### Other

Cargo.toml

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

0 commit comments

Comments
 (0)