Skip to content

Commit 746cb17

Browse files
authored
ssh-derive v0.3.0 (#510)
1 parent 085a94f commit 746cb17

5 files changed

Lines changed: 6 additions & 10 deletions

File tree

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-derive/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ All notable changes to this project will be documented in this file.
33

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).
6+
7+
## 0.3.0 (2026-05-10)
8+
Initial release. Earlier versions skipped to match v0.3 release of `ssh-cipher`/`ssh-encoding`.

ssh-derive/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-derive"
3-
version = "0.3.0-rc.0"
3+
version = "0.3.0"
44
description = "Custom derive support for the `ssh-encoding` crate"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

ssh-derive/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313

1414
Custom derive support for the `Decode` and `Encode` traits in the [`ssh-encoding`] crate.
1515

16-
## Minimum Supported Rust Version
17-
18-
This crate requires **Rust 1.85** at a minimum.
19-
20-
We may change the MSRV in the future, but it will be accompanied by a minor
21-
version bump.
22-
2316
## License
2417

2518
Licensed under either of:

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytes = { version = "1", optional = true, default-features = false }
2222
ctutils = { version = "0.4", optional = true, default-features = false }
2323
digest = { version = "0.11", optional = true, default-features = false }
2424
pem-rfc7468 = { version = "1", optional = true }
25-
ssh-derive = { version = "0.3.0-rc.0", optional = true }
25+
ssh-derive = { version = "0.3", optional = true }
2626
zeroize = { version = "1", optional = true, default-features = false }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)