File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
1
15
The changelog for this crate is kept in the project's Rust documentation in the changelog module.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.10.4 "
3
+ version = " 0.10.5 "
4
4
authors = [
" Jon Gjengset <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.63.0"
You can’t perform that action at this time.
0 commit comments