Skip to content

Commit

Permalink
ssh-key: v0.6.6
Browse files Browse the repository at this point in the history
Added:
- impl `decode_as` for `KeypairData` ([RustCrypto#211])

Changed:
- clarify SSH vs OpenSSH formats ([RustCrypto#206])

Fixed:
- fix `certificate::OptionsMap` encoding ([RustCrypto#207])
- fixup `EcdsaPrivateKey` Debug impl ([RustCrypto#210])

[RustCrypto#206]: RustCrypto#206
[RustCrypto#207]: RustCrypto#207
[RustCrypto#210]: RustCrypto#210
[RustCrypto#211]: RustCrypto#211
  • Loading branch information
baloo committed Apr 12, 2024
1 parent 13b4d93 commit 86aca64
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ssh-key/CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@ 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).

## 0.6.6 (2024-04-11)
### Added
- impl `decode_as` for `KeypairData` ([#211])

### Changed
- clarify SSH vs OpenSSH formats ([#206])

### Fixed
- fix `certificate::OptionsMap` encoding ([#207])
- fixup `EcdsaPrivateKey` Debug impl ([#210])

[#206]: https://github.com/RustCrypto/SSH/pull/206
[#207]: https://github.com/RustCrypto/SSH/pull/207
[#210]: https://github.com/RustCrypto/SSH/pull/210
[#211]: https://github.com/RustCrypto/SSH/pull/211

## 0.6.5 (2024-03-12)
### Added
- `Sk*` constructors ([#201], [#204])
Expand Down

0 comments on commit 86aca64

Please sign in to comment.