Skip to content

Commit

Permalink
chore: prepare v0.5.1 releases for boringtun and boringtun-cli (cloud…
Browse files Browse the repository at this point in the history
…flare#296)

# v0.5.1

### Fixed

- Fix broken copy_from_slice ([cloudflare#295])

[cloudflare#295]: cloudflare#295
  • Loading branch information
Noah-Kennedy authored Jul 14, 2022
1 parent 2a42e9b commit aa512bc
Show file tree
Hide file tree
Showing 3 changed files with 5 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.

4 changes: 2 additions & 2 deletions boringtun-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boringtun-cli"
description = "an implementation of the WireGuard® protocol designed for portability and speed"
version = "0.5.0"
version = "0.5.1"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
Expand All @@ -15,6 +15,6 @@ tracing = "0.1.31"
tracing-subscriber = "0.3.9"
tracing-appender = "0.2.1"

# CHANGE THIS BEFORE EACH RELEASE
[dependencies.boringtun]
version = "0.5.1"
path = "../boringtun"
2 changes: 1 addition & 1 deletion boringtun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boringtun"
description = "an implementation of the WireGuard® protocol designed for portability and speed"
version = "0.5.0"
version = "0.5.1"
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
Expand Down

0 comments on commit aa512bc

Please sign in to comment.