Skip to content

Commit f3e4966

Browse files
authored
v0.9.0 (#231)
## v0.9.0 * Add new `OutboundPolicies` API * Go: update `google.golang.org/grpc` to v1.53
1 parent ad750d8 commit f3e4966

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# `linkerd2-proxy-api` changes
22

3+
## v0.9.0
4+
5+
* Add new `OutboundPolicies` API
6+
* Go: update `google.golang.org/grpc` to v1.53
7+
38
## v0.8.0
49

510
* Add `Opaque` variant to `destination.ProtocolHint`

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
283283

284284
[[package]]
285285
name = "linkerd2-proxy-api"
286-
version = "0.8.0"
286+
version = "0.9.0"
287287
dependencies = [
288288
"h2",
289289
"http",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Linkerd Developers <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)