Skip to content

Commit 9de2219

Browse files
authored
chore: Prepare v0.5.5 release (#13)
* docs: adjust `README` * envoy-types: adjust crate overview in `lib.rs` * prepare v0.5.5 release
1 parent 6b7aecf commit 9de2219

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.4)
102+
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5)
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)

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.4"
16+
version = "0.5.5"
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.4)
94+
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.5)
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)