diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d8feff4f..25881154e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [0.4.5] - 2021-07-26 +### Updated + - The linked redoc version has been updated to [2.0.0-rc.55](https://github.com/Redocly/redoc/releases/tag/v2.0.0-rc.55) + ## [0.4.4] - 2021-06-25 ### Changed - The `IntoResponseError` trait is now implemented for all errors that can be converted to `anyhow::Error`, not just `std::error::Error` diff --git a/Cargo.toml b/Cargo.toml index 2e045cb976..bf527ba4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "./derive"] [package] name = "gotham_restful" -version = "0.4.4" +version = "0.4.5" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for the gotham web framework" diff --git a/README.md b/README.md index 7f72da9904..f684b92268 100644 --- a/README.md +++ b/README.md @@ -382,13 +382,13 @@ limitations under the License. [__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html [__link10]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::state::State [__link11]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::endpoint::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.4.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.4.4/gotham_restful/?search=gotham_restful::types::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::types::RequestBody [__link4]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::extractor::QueryStringExtractor [__link5]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::state::State [__link6]: https://crates.io/crates/serde_json/1.0.64 - [__link7]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::response::Response::header - [__link8]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link7]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::response::Response::header + [__link8]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/ diff --git a/crates-io.md b/crates-io.md index 69fdebe775..0bb1931548 100644 --- a/crates-io.md +++ b/crates-io.md @@ -353,13 +353,13 @@ limitations under the License. [__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html [__link10]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::state::State [__link11]: https://docs.rs/openapi_type/0.2.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::endpoint::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.4.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.4.4/gotham_restful/?search=gotham_restful::types::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::types::RequestBody [__link4]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::extractor::QueryStringExtractor [__link5]: https://docs.rs/gotham/0.6.0/gotham/?search=gotham::state::State [__link6]: https://crates.io/crates/serde_json/1.0.64 - [__link7]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::response::Response::header - [__link8]: https://docs.rs/gotham_restful/0.4.4/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link7]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::response::Response::header + [__link8]: https://docs.rs/gotham_restful/0.4.5/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/