@@ -4,6 +4,49 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.3.0 (2026-06-28)
8+ ### Added
9+ - ` Decryptor ` and ` Encryptor ` ([ #253 ] , [ #533 ] , [ #534 ] )
10+ - ` ChaCha20Poly1305 ` implementing SSH-flavored construction with ` aead ` API ([ #256 ] , [ #370 ] )
11+ - ` zeroize ` feature ([ #283 ] )
12+ - ` core::error::Error ` support ([ #303 ] )
13+ - ` getrandom ` and ` rand_core ` feature passthroughs ([ #535 ] )
14+ - ` encoding ` feature ([ #560 ] )
15+
16+ ### Changed
17+ - Upgrade to 2024 edition; MSRV 1.85 ([ #354 ] )
18+ - Migrate from ` subtle ` to ` ctutils ` ([ #507 ] )
19+ - Consolidate ` aes ` feature instead of per-block-mode features ([ #530 ] )
20+ - Upgrade low-level symmetric crypto dependencies ([ #516 ] )
21+ - ` aes ` v0.9
22+ - ` ctr ` v0.10
23+ - ` chacha20 ` v0.10
24+ - ` des ` v0.9
25+ - ` poly1305 ` v0.9
26+ - Upgrade ` ssh-encoding ` to v0.3 ([ #537 ] )
27+ - Upgrade AEAD dependencies ([ #557 ] )
28+ - ` aead ` 0.6
29+ - ` aes-gcm ` v0.11
30+
31+ ### Removed
32+ - ` std ` feature ([ #303 ] )
33+
34+ [ #253 ] : https://github.com/RustCrypto/SSH/pull/253
35+ [ #256 ] : https://github.com/RustCrypto/SSH/pull/256
36+ [ #283 ] : https://github.com/RustCrypto/SSH/pull/283
37+ [ #303 ] : https://github.com/RustCrypto/SSH/pull/303
38+ [ #354 ] : https://github.com/RustCrypto/SSH/pull/354
39+ [ #370 ] : https://github.com/RustCrypto/SSH/pull/370
40+ [ #507 ] : https://github.com/RustCrypto/SSH/pull/507
41+ [ #516 ] : https://github.com/RustCrypto/SSH/pull/516
42+ [ #530 ] : https://github.com/RustCrypto/SSH/pull/530
43+ [ #533 ] : https://github.com/RustCrypto/SSH/pull/533
44+ [ #534 ] : https://github.com/RustCrypto/SSH/pull/534
45+ [ #535 ] : https://github.com/RustCrypto/SSH/pull/535
46+ [ #537 ] : https://github.com/RustCrypto/SSH/pull/537
47+ [ #557 ] : https://github.com/RustCrypto/SSH/pull/557
48+ [ #560 ] : https://github.com/RustCrypto/SSH/pull/560
49+
750## 0.2.0 (2023-08-11)
851- Initial release
952
0 commit comments