Skip to content

Commit

Permalink
v0.8.0 (#198)
Browse files Browse the repository at this point in the history
## v0.8.0

* Add `Opaque` variant to `destination.ProtocolHint`
  • Loading branch information
hawkw authored Feb 8, 2023
1 parent 59898ea commit 507f578
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `linkerd2-proxy-api` changes

## v0.8.0

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

## v0.7.0

* Rust: Update `tonic` to v0.8 and `prost` to v0.11
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"

[[package]]
name = "linkerd2-proxy-api"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"h2",
"http",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkerd2-proxy-api"
version = "0.7.0"
version = "0.8.0"
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 507f578

Please sign in to comment.