Skip to content

Commit 7ccb387

Browse files
committed
0.4.1
1 parent dfea35e commit 7ccb387

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.4.1
4+
35
* Edition 2024 and bump deps (big cargo fmt) #83
46
* Add DTLS 1.2 ChaCha20 and X25519 support #77
57
* Bump MSRV to 1.85.0 #75

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.0"
5+
version = "0.4.1"
66
edition = "2024"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/algesten/dimpl"

0 commit comments

Comments
 (0)