diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd5afb..95ab173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # 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.15.4](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.15.3...openssh-sftp-client-v0.15.4) - 2025-08-12 + +### Other + +- Bump actions/checkout from 4 to 5 ([#147](https://github.com/openssh-rust/openssh-sftp-client/pull/147)) +# 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/), diff --git a/Cargo.toml b/Cargo.toml index 1004e21..45e7f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh-sftp-client" -version = "0.15.3" +version = "0.15.4" edition = "2021" rust-version = "1.64"