Skip to content

Commit b312075

Browse files
authored
chore: prepare v0.5.0 (#290)
1 parent 8c3aa6a commit b312075

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
22
name = "boringtun-cli"
3-
version = "0.1.0"
3+
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4+
version = "0.5.0"
5+
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
6+
license = "BSD-3-Clause"
7+
repository = "https://github.com/cloudflare/boringtun"
8+
documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"
49
edition = "2021"
510

611
[dependencies]

boringtun/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "boringtun"
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
version = "0.5.0-pre.0"
5-
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>"]
4+
version = "0.5.0"
5+
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
66
license = "BSD-3-Clause"
77
repository = "https://github.com/cloudflare/boringtun"
88
documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"

0 commit comments

Comments
 (0)