Skip to content

Commit 6dc6262

Browse files
chore: release (#154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1c9881 commit 6dc6262

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.10.5](https://github.com/openssh-rust/openssh/compare/v0.10.4...v0.10.5) - 2024-08-10
10+
11+
### Other
12+
- Fix release-plz.yml
13+
- Add missing feature doc for `Session::new*` ([#153](https://github.com/openssh-rust/openssh/pull/153))
14+
- Create release-plz.yml for auto-release ([#151](https://github.com/openssh-rust/openssh/pull/151))
115
The changelog for this crate is kept in the project's Rust documentation in the changelog module.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssh"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.63.0"

0 commit comments

Comments
 (0)