Skip to content

Commit 08e1066

Browse files
committed
Changelog and version bump
1 parent 3993358 commit 08e1066

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.14.0 (2024-12-03)
44

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.
58
- [[#184](https://github.com/IronCoreLabs/recrypt-rs/pull/184)]
69
- Change MSRV to Rust 1.70.0
710
- [[#177](https://github.com/IronCoreLabs/recrypt-rs/pull/177)]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recrypt"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = ["IronCore Labs <info@ironcorelabs.com>"]
55
readme = "README.md"
66
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)