Skip to content

Commit 1846b8c

Browse files
authored
chore: Prepare v0.5.6 release (#17)
* envoy-types: prepare v0.5.6 release * envoy-types: adjust crate overview in `lib.rs` * adjust `README`
1 parent beb9811 commit 1846b8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

100100
`tonic` | `envoy-types`
101101
:- | :-
102-
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5)
102+
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
103103
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0)
104104
v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0)
105105
v0.9 | [v0.2](https://crates.io/crates/envoy-types/0.2.0)
@@ -120,4 +120,4 @@ terms or conditions.
120120
[`envoy-types`]: https://crates.io/crates/envoy-types
121121
[Docs]: https://docs.rs/envoy-types/latest/envoy_types
122122
[protoc-install]: https://grpc.io/docs/protoc-installation/
123-
[`tonic`]: https://github.com/hyperium/tonic
123+
[`tonic`]: https://github.com/hyperium/tonic

envoy-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.5"
16+
version = "0.5.6"
1717

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

envoy-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and the compatible versions of [`envoy-types`].
9191
9292
`tonic` | `envoy-types`
9393
:- | :-
94-
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5)
94+
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
9595
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0)
9696
v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0)
9797
v0.9 | [v0.2](https://crates.io/crates/envoy-types/0.2.0)

0 commit comments

Comments
 (0)