Skip to content

Commit 1aaf170

Browse files
authored
chore: Prepare v0.7.1 release (#28)
* envoy-types: prepare v0.7.1 release * envoy-types: adjust crate overview in `lib.rs` * adjust `README`
1 parent 76356cb commit 1aaf170

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.14 | [v0.7](https://crates.io/crates/envoy-types/0.7.0)
102+
v0.14 | [v0.7](https://crates.io/crates/envoy-types/0.7.1)
103103
v0.13 | [v0.6](https://crates.io/crates/envoy-types/0.6.1)
104104
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
105105
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.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.7.0"
16+
version = "0.7.1"
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.14 | [v0.7](https://crates.io/crates/envoy-types/0.7.0)
94+
v0.14 | [v0.7](https://crates.io/crates/envoy-types/0.7.1)
9595
v0.13 | [v0.6](https://crates.io/crates/envoy-types/0.6.1)
9696
v0.12 | [v0.5](https://crates.io/crates/envoy-types/0.5.6)
9797
v0.11 | [v0.4](https://crates.io/crates/envoy-types/0.4.0)

0 commit comments

Comments
 (0)