Skip to content

Commit 6ae2c08

Browse files
authored
ssh-key v0.6.7 (#302)
1 parent 291671c commit 6ae2c08

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-key/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.6.7 (2024-10-15)
8+
### Fixed
9+
- Parsing `AuthorizedKeys` with whitespace in comments ([#289])
10+
- `mpint` decoding in ECDSA signatures ([#290], [#291])
11+
12+
[#289]: https://github.com/RustCrypto/SSH/pull/289
13+
[#290]: https://github.com/RustCrypto/SSH/pull/290
14+
[#291]: https://github.com/RustCrypto/SSH/pull/291
15+
716
## 0.6.6 (2024-04-11)
817
### Added
918
- impl `decode_as` for `KeypairData` ([#211])

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssh-key"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
description = """
55
Pure Rust implementation of SSH key file format decoders/encoders as described
66
in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and

0 commit comments

Comments
 (0)