Skip to content

Commit 2107cbd

Browse files
authored
chore: Prepare v0.6.0 release (#19)
* envoy-types: prepare v0.6.0 release * envoy-types: adjust crate overview in `lib.rs` * adjust `README`
1 parent a3f4360 commit 2107cbd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ and the compatible versions of [`envoy-types`].
9999

100100
`tonic` | `envoy-types`
101101
:- | :-
102+
v0.13 | [v0.6](https://crates.io/crates/envoy-types/0.6.0)
102103
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
103104
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0)
104105
v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0)

envoy-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ through Rust gRPC services.
88
"""
99
edition = "2021"
1010
homepage = "https://github.com/flemosr/envoy-types"
11-
keywords = ["rpc", "grpc", "async", "envoy", "extauthz"]
11+
keywords = ["rpc", "grpc", "async", "envoy", "extauthz", "protobuf"]
1212
license = "Apache-2.0"
1313
readme = "../README.md"
1414
repository = "https://github.com/flemosr/envoy-types"
1515
rust-version = { workspace = true }
16-
version = "0.5.6"
16+
version = "0.6.0"
1717

1818
[dependencies]
1919
futures-core = "0.3"

envoy-types/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ and the compatible versions of [`envoy-types`].
9191
9292
`tonic` | `envoy-types`
9393
:- | :-
94+
v0.13 | [v0.6](https://crates.io/crates/envoy-types/0.6.0)
9495
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
9596
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0)
9697
v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0)

0 commit comments

Comments
 (0)