diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e6c894d..1c0b09032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] + +## [0.6.5] - 2022-02-25 +### Updated + - The linked redoc version has been updated to [2.0.0-rc.63](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc63-2022-01-27) + +### Changed - rustdoc comments from endpoints are now properly trimmed (`openapi` feature only) ## [0.6.4] - 2022-01-31 diff --git a/Cargo.toml b/Cargo.toml index 0a60c4d71..c488e7b8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "./derive"] [package] name = "gotham_restful" -version = "0.6.4" +version = "0.6.5" authors = ["Dominic Meiser "] edition = "2021" rust-version = "1.58.0" @@ -21,7 +21,7 @@ include = ["/src/**/*.rs", "/src/openapi/handler/script.min.js", "/LICENSE", "/c futures-core = "0.3.19" futures-util = "0.3.19" gotham = { version = "0.7.1", features = ["derive"], default-features = false } -gotham_restful_derive = { version = "0.6.1", path = "./derive" } +gotham_restful_derive = { version = "0.6.2", path = "./derive" } log = "0.4.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/README.md b/README.md index bb8f97b7b..c1c0af92c 100644 --- a/README.md +++ b/README.md @@ -414,13 +414,13 @@ limitations under the License. [__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html [__link10]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::state::State [__link11]: https://docs.rs/openapi_type/0.3.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::endpoint::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema [__link2]: https://doc.rust-lang.org/stable/std/?search=std::string::String - [__link3]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::types::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::types::RequestBody [__link4]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::extractor::QueryStringExtractor [__link5]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::state::State - [__link6]: https://crates.io/crates/serde_json/1.0.78 - [__link7]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::response::Response::header - [__link8]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link6]: https://crates.io/crates/serde_json/1.0.79 + [__link7]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::response::Response::header + [__link8]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/ diff --git a/crates-io.md b/crates-io.md index 4616b765f..6ad82ed3c 100644 --- a/crates-io.md +++ b/crates-io.md @@ -385,13 +385,13 @@ limitations under the License. [__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html [__link10]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::state::State [__link11]: https://docs.rs/openapi_type/0.3.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::endpoint::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema [__link2]: https://doc.rust-lang.org/stable/std/?search=std::string::String - [__link3]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::types::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::types::RequestBody [__link4]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::extractor::QueryStringExtractor [__link5]: https://docs.rs/gotham/0.7.1/gotham/?search=gotham::state::State - [__link6]: https://crates.io/crates/serde_json/1.0.78 - [__link7]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::response::Response::header - [__link8]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link6]: https://crates.io/crates/serde_json/1.0.79 + [__link7]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::response::Response::header + [__link8]: https://docs.rs/gotham_restful/0.6.5/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/ diff --git a/derive/Cargo.toml b/derive/Cargo.toml index dc049cd8d..c406bf67d 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gotham_restful_derive" -version = "0.6.1" +version = "0.6.2" authors = ["Dominic Meiser "] edition = "2021" description = "Derive macros for gotham_restful"