From 48414c4b0e0dc1b4490bde4138d524ac1bea68fd Mon Sep 17 00:00:00 2001 From: Rafael Lemos Date: Wed, 19 Mar 2025 12:28:43 -0300 Subject: [PATCH 1/3] docs: adjust `README` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702efc8..7e01d4d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ and the compatible versions of [`envoy-types`]. `tonic` | `envoy-types` :- | :- -v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.4) +v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5) v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0) v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0) v0.9 | [v0.2](https://crates.io/crates/envoy-types/0.2.0) From e8af52c02faaee4c682ec20981a9a06c75b309fa Mon Sep 17 00:00:00 2001 From: Rafael Lemos Date: Wed, 19 Mar 2025 12:29:11 -0300 Subject: [PATCH 2/3] envoy-types: adjust crate overview in `lib.rs` --- envoy-types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy-types/src/lib.rs b/envoy-types/src/lib.rs index ae600c0..0ebfadd 100644 --- a/envoy-types/src/lib.rs +++ b/envoy-types/src/lib.rs @@ -91,7 +91,7 @@ and the compatible versions of [`envoy-types`]. `tonic` | `envoy-types` :- | :- -v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.4) +v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5) v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0) v0.10 | [v0.3](https://crates.io/crates/envoy-types/0.3.0) v0.9 | [v0.2](https://crates.io/crates/envoy-types/0.2.0) From 9982bab8bbb5b96eee81aee6f8d30f45fab3fdf9 Mon Sep 17 00:00:00 2001 From: Rafael Lemos Date: Wed, 19 Mar 2025 12:29:26 -0300 Subject: [PATCH 3/3] prepare v0.5.5 release --- envoy-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy-types/Cargo.toml b/envoy-types/Cargo.toml index 6f2e4ac..48eb0bf 100644 --- a/envoy-types/Cargo.toml +++ b/envoy-types/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/flemosr/envoy-types" rust-version = { workspace = true } -version = "0.5.4" +version = "0.5.5" [dependencies] futures-core = "0.3"