Skip to content

Commit 8a2d9ee

Browse files
authored
ssh-key v0.6.5 (#205)
1 parent 830673a commit 8a2d9ee

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.5 (2024-03-12)
8+
### Added
9+
- `Sk*` constructors ([#201], [#204])
10+
11+
### Changed
12+
- Simplify DSA signature encoding ([#193])
13+
14+
### Fixed
15+
- Correct erroneous signature constants ([#202])
16+
17+
[#193]: https://github.com/RustCrypto/SSH/pull/193
18+
[#201]: https://github.com/RustCrypto/SSH/pull/201
19+
[#202]: https://github.com/RustCrypto/SSH/pull/202
20+
[#204]: https://github.com/RustCrypto/SSH/pull/204
21+
722
## 0.6.4 (2024-01-11)
823
### Added
924
- `Algorithm::Other` signature support ([#189])

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.4"
3+
version = "0.6.5"
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)