close
Skip to content

Commit 488d2ad

Browse files
chore: release 0.9.9
1 parent c1f00a3 commit 488d2ad

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.9.9 (2025-11-13)
8+
### Fixed
9+
- Support for cryptographic operations with larger keys ([#594])
10+
11+
[#594]: https://github.com/RustCrypto/RSA/pull/594
12+
713
## 0.9.8 (2025-03-12)
814
### Added
915
- Doc comments to specify the `rand` version ([#473])

‎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.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsa"
3-
version = "0.9.8"
3+
version = "0.9.9"
44
authors = ["RustCrypto Developers", "dignifiedquire <dignifiedquire@gmail.com>"]
55
edition = "2021"
66
description = "Pure Rust RSA implementation"

0 commit comments

Comments
 (0)