@@ -4,6 +4,47 @@ 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+
15+ ### Changed
16+ - Upgrade to 2024 edition; MSRV 1.85 ([ #354 ] )
17+ - Migrate from ` subtle ` to ` ctutils ` ([ #507 ] )
18+ - Consolidate ` aes ` feature instead of per-block-mode features ([ #530 ] )
19+ - Upgrade low-level symmetric crypto dependencies ([ #516 ] )
20+ - ` aes ` v0.9
21+ - ` ctr ` v0.10
22+ - ` chacha20 ` v0.10
23+ - ` des ` v0.9
24+ - ` poly1305 ` v0.9
25+ - Upgrade ` ssh-encoding ` to v0.3 ([ #537 ] )
26+ - Upgrade AEAD dependencies ([ #557 ] )
27+ - ` aead ` 0.6
28+ - ` aes-gcm ` v0.11
29+
30+ ### Removed
31+ - ` std ` feature ([ #303 ] )
32+
33+ [ #253 ] : https://github.com/RustCrypto/SSH/pull/253
34+ [ #256 ] : https://github.com/RustCrypto/SSH/pull/256
35+ [ #283 ] : https://github.com/RustCrypto/SSH/pull/283
36+ [ #303 ] : https://github.com/RustCrypto/SSH/pull/303
37+ [ #354 ] : https://github.com/RustCrypto/SSH/pull/354
38+ [ #370 ] : https://github.com/RustCrypto/SSH/pull/370
39+ [ #507 ] : https://github.com/RustCrypto/SSH/pull/507
40+ [ #516 ] : https://github.com/RustCrypto/SSH/pull/516
41+ [ #530 ] : https://github.com/RustCrypto/SSH/pull/530
42+ [ #533 ] : https://github.com/RustCrypto/SSH/pull/533
43+ [ #534 ] : https://github.com/RustCrypto/SSH/pull/534
44+ [ #535 ] : https://github.com/RustCrypto/SSH/pull/535
45+ [ #537 ] : https://github.com/RustCrypto/SSH/pull/537
46+ [ #557 ] : https://github.com/RustCrypto/SSH/pull/557
47+
748## 0.2.0 (2023-08-11)
849- Initial release
950
0 commit comments