Skip to content

Commit fa084a8

Browse files
authored
chore: prepare for v0.20.0 release (#565)
this commit updates the crate version from 0.19.0 to 0.20.0. Signed-off-by: katelyn martin <kate@buoyant.io>
1 parent fcb86ce commit fa084a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
343343

344344
[[package]]
345345
name = "linkerd2-proxy-api"
346-
version = "0.19.0"
346+
version = "0.20.0"
347347
dependencies = [
348348
"h2",
349349
"http",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)