diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd80e0..d57edf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ +# 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.14.4](https://github.com/openssh-rust/openssh-sftp-client/compare/openssh-sftp-client-v0.14.3...openssh-sftp-client-v0.14.4) - 2024-06-27 + +### Other +- Run rust.yml on merge_queue ([#128](https://github.com/openssh-rust/openssh-sftp-client/pull/128)) +- Impl `Default` for `Permissions` ([#126](https://github.com/openssh-rust/openssh-sftp-client/pull/126)) +- Use release-plz in publish.yml ([#125](https://github.com/openssh-rust/openssh-sftp-client/pull/125)) +- Support setting time in MetaDataBuilder ([#124](https://github.com/openssh-rust/openssh-sftp-client/pull/124)) The changelog for this crate is kept in the project's Rust documentation in the changelog module. diff --git a/Cargo.toml b/Cargo.toml index 1aef1bc..1448efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssh-sftp-client" -version = "0.14.3" +version = "0.14.4" edition = "2021" rust-version = "1.64"