We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3993358 commit 08e1066Copy full SHA for 08e1066
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
3
-## Unreleased
+## 0.14.0 (2024-12-03)
4
5
+- [[#184](https://github.com/IronCoreLabs/recrypt-rs/pull/188)]
6
+ - Switch from `ed25519-dalek-fiat` to `ed25519-dalek`.
7
+ - Remove `u64_backend` and `u32_backend` features.
8
- [[#184](https://github.com/IronCoreLabs/recrypt-rs/pull/184)]
9
- Change MSRV to Rust 1.70.0
10
- [[#177](https://github.com/IronCoreLabs/recrypt-rs/pull/177)]
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "recrypt"
-version = "0.13.1"
+version = "0.14.0"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
readme = "README.md"
license = "AGPL-3.0-only"
0 commit comments