From e9143cd1bbff7b861f4c039736c0c7c87c3d1df3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 4 Apr 2023 13:47:28 +0200 Subject: [PATCH] Release 0.1.22 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4a8ec..542ce42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.22 + +- Pin `x25519-dalek` dependency to `=2.0.0-pre.1` to fix build issues with recent + releases that contain breaking changes. +- Include `Cargo.lock` in sdist archives. + ## 0.1.21 - Update to pyo3 v0.18.2, which includes a fix for a rare race condition. diff --git a/Cargo.lock b/Cargo.lock index 6a78cd7..5f8c8f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,7 +903,7 @@ dependencies = [ [[package]] name = "mitmproxy_wireguard" -version = "0.1.21" +version = "0.1.22" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c15ae8f..b7fd51c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/decathorpe/mitmproxy_wireguard" publish = false -version = "0.1.21" +version = "0.1.22" edition = "2021" rust-version = "1.64.0"