Skip to content

Commit

Permalink
chore: prepare v0.5.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jul 11, 2022
1 parent 8c3aa6a commit b312075
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion boringtun-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[package]
name = "boringtun-cli"
version = "0.1.0"
description = "an implementation of the WireGuard® protocol designed for portability and speed"
version = "0.5.0"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions boringtun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "boringtun"
description = "an implementation of the WireGuard® protocol designed for portability and speed"
version = "0.5.0-pre.0"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>"]
version = "0.5.0"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"
Expand Down

0 comments on commit b312075

Please sign in to comment.