From 455e7c104a9c66f038fdf28aa11e5c6318e57b82 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 29 Aug 2021 17:17:45 +0200 Subject: [PATCH] release openapi_type 0.2.2 and openapi_type_derive 0.2.4 --- Cargo.toml | 4 ++-- README.md | 8 ++++---- crates-io.md | 8 ++++---- derive/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 014509196..9c234c115 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "./derive"] [package] name = "openapi_type" -version = "0.2.1" +version = "0.2.2" authors = ["Dominic Meiser "] edition = "2018" description = "OpenAPI type information for Rust structs and enums" @@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE", "crates-io.md"] [dependencies] indexmap = "1.7" -openapi_type_derive = { path = "./derive", version = "0.2.3" } +openapi_type_derive = { path = "./derive", version = "0.2.4" } openapiv3 = "=0.4.0" serde_json = "1.0" diff --git a/README.md b/README.md index 1718a9855..561282075 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ limitations under the License. ``` [contributors]: https://github.com/msrd0/openapi_type/graphs/contributors - [__link0]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType - [__link1]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType::schema - [__link2]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiSchema - [__link3]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiSchema::dependencies + [__link0]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiType + [__link1]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiType::schema + [__link2]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiSchema + [__link3]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiSchema::dependencies diff --git a/crates-io.md b/crates-io.md index ee76d1fc1..5942722a6 100644 --- a/crates-io.md +++ b/crates-io.md @@ -67,7 +67,7 @@ limitations under the License. ``` [contributors]: https://github.com/msrd0/openapi_type/graphs/contributors - [__link0]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType - [__link1]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType::schema - [__link2]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiSchema - [__link3]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiSchema::dependencies + [__link0]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiType + [__link1]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiType::schema + [__link2]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiSchema + [__link3]: https://docs.rs/openapi_type/0.2.2/openapi_type/?search=openapi_type::OpenapiSchema::dependencies diff --git a/derive/Cargo.toml b/derive/Cargo.toml index a5b3459f9..ed433a219 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "openapi_type_derive" -version = "0.2.3" +version = "0.2.4" authors = ["Dominic Meiser "] edition = "2018" description = "Implementation detail of the openapi_type crate"