Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit e9143cd

Browse files
committed
Release 0.1.22
1 parent d53ca0d commit e9143cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.22
2+
3+
- Pin `x25519-dalek` dependency to `=2.0.0-pre.1` to fix build issues with recent
4+
releases that contain breaking changes.
5+
- Include `Cargo.lock` in sdist archives.
6+
17
## 0.1.21
28

39
- Update to pyo3 v0.18.2, which includes a fix for a rare race condition.

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
@@ -5,7 +5,7 @@ license = "MIT"
55
repository = "https://github.com/decathorpe/mitmproxy_wireguard"
66
publish = false
77

8-
version = "0.1.21"
8+
version = "0.1.22"
99
edition = "2021"
1010
rust-version = "1.64.0"
1111

0 commit comments

Comments
 (0)