Skip to content

Commit

Permalink
Release openapi_type 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jan 1, 2022
1 parent d60a419 commit 99c772d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive"]

[package]
name = "openapi_type"
version = "0.2.4"
version = "0.3.0"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand All @@ -18,7 +18,7 @@ include = ["src/**/*", "LICENSE", "crates-io.md"]

[dependencies]
indexmap = "1.7"
openapi_type_derive = { path = "./derive", version = "0.2.5" }
openapi_type_derive = { path = "./derive", version = "0.3.0" }
openapiv3 = "=1.0.0"
serde_json = "1.0"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ limitations under the License.
```
[contributors]: https://github.com/msrd0/openapi_type/graphs/contributors
[__link0]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiType
[__link1]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiType::schema
[__link2]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiSchema
[__link3]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiSchema::dependencies
[__link0]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiType
[__link1]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiType::schema
[__link2]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiSchema
[__link3]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiSchema::dependencies
8 changes: 4 additions & 4 deletions crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4/openapi_type/?search=openapi_type::OpenapiType
[__link1]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiType::schema
[__link2]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiSchema
[__link3]: https://docs.rs/openapi_type/0.2.4/openapi_type/?search=openapi_type::OpenapiSchema::dependencies
[__link0]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiType
[__link1]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiType::schema
[__link2]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiSchema
[__link3]: https://docs.rs/openapi_type/0.3.0/openapi_type/?search=openapi_type::OpenapiSchema::dependencies
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "openapi_type_derive"
version = "0.2.5"
version = "0.3.0"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl OpenapiSchema {
/// This trait needs to be implemented by every type that is being used in the OpenAPI Spec. It gives
/// access to the [OpenapiSchema] of this type. It is provided for primitive types, String and the
/// like. For use on your own types, there is a derive macro:
///
///
/// ```
/// # #[macro_use] extern crate openapi_type_derive;
/// #
Expand Down

0 comments on commit 99c772d

Please sign in to comment.