Skip to content

Commit 253f7af

Browse files
chore: Prepare 0.7.1
1 parent 38a42c9 commit 253f7af

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [0.7.1] - 2026-05-01
9+
810
### Security
911
- use a 64-bit nonce counter on 32-bit platforms to avoid the possibility of nonce re-use with large REKEY_AFTER_TIME
1012
- CLI only: remove vulnerable dependency: `atty`

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boringtun-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
documentation = "https://docs.rs/boringtun/0.7.0/boringtun/"
4+
documentation = "https://docs.rs/boringtun/0.7.1/boringtun/"
55
edition = "2021"
66
license = "BSD-3-Clause"
77
name = "boringtun-cli"
88
readme = "../README.md"
99
repository = "https://github.com/cloudflare/boringtun"
10-
version = "0.7.0"
10+
version = "0.7.1"
1111

1212
[dependencies]
1313
clap = {version = "4.6.0", features = ["env"]}
@@ -19,4 +19,4 @@ tracing-subscriber = "0.3.19"
1919
[dependencies.boringtun]
2020
features = ["device"]
2121
path = "../boringtun"
22-
version = "0.7.0"
22+
version = "0.7.1"

boringtun/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "boringtun"
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = [
66
"Noah Kennedy <nkennedy@cloudflare.com>",
77
"Andy Grover <agrover@cloudflare.com>",
@@ -10,7 +10,7 @@ authors = [
1010
license = "BSD-3-Clause"
1111
readme = "../README.md"
1212
repository = "https://github.com/cloudflare/boringtun"
13-
documentation = "https://docs.rs/boringtun/0.7.0/boringtun/"
13+
documentation = "https://docs.rs/boringtun/0.7.1/boringtun/"
1414
edition = "2018"
1515

1616
[features]

0 commit comments

Comments
 (0)