Skip to content

Commit b01a83f

Browse files
committed
0.5.0
1 parent 52e8331 commit b01a83f

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.5.0
4+
35
* Remove PrfProvider/HkdfProvider, derive from HmacProvider (breaking) #94
46

57
# 0.4.3

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
@@ -2,7 +2,7 @@
22
name = "dimpl"
33
authors = ["Martin Algesten <martin@algesten.se>"]
44
description = "DTLS 1.2/1.3 implementation (Sans‑IO, Sync)"
5-
version = "0.4.3"
5+
version = "0.5.0"
66
edition = "2024"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/algesten/dimpl"

0 commit comments

Comments
 (0)