Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07e5ba5

Browse files
authoredApr 20, 2023
v0.4.0 (#19)
1 parent bab3485 commit 07e5ba5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.4.0
2+
3+
- **Breaking:** Update rustls to 0.21. (#14)
4+
- **Breaking::** Remove webpki from the public API. (#15, #17)
5+
16
# Version 0.3.0
27

38
- Update rustls to 0.20. (#9)

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-rustls"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"quininer kel <quininer@live.com>",

0 commit comments

Comments
 (0)
This repository has been archived.