From c4cf9254dbd738633f5cdcaa65f3c373d66579ef Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 15 Sep 2022 00:16:15 +0200 Subject: [PATCH] Release gotham_restful 0.7.7 --- CHANGELOG.md | 4 ++++ Cargo.toml | 10 +++++----- README.md | 12 ++++++------ crates-io.md | 12 ++++++------ 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd795bfc7..343a282224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [0.7.7] - 2022-09-15 +### Changed + - small documentation improvements + ## [0.7.6] - 2022-09-07 ### Updated - The `gotham_restful_redoc` crate was updated to version 0.2 diff --git a/Cargo.toml b/Cargo.toml index 52a7ac41c3..c7d194fe51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "./derive", "./redoc"] [package] name = "gotham_restful" -version = "0.7.6" +version = "0.7.7" authors = ["Dominic Meiser "] edition = "2021" rust-version = "1.58.0" @@ -15,13 +15,13 @@ categories = ["web-programming", "web-programming::http-server"] license = "Apache-2.0" readme = "crates-io.md" repository = "https://github.com/msrd0/gotham_restful" -include = ["/src/**/*.rs", "/src/openapi/handler/script.min.js", "/LICENSE", "/crates-io.md"] +include = ["/src/**/*.rs", "/LICENSE", "/crates-io.md"] [dependencies] 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.7.0", path = "./derive" } +gotham_restful_derive = { version = "0.7", path = "./derive" } log = "0.4.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -30,8 +30,8 @@ thiserror = "1.0" # non-feature optional dependencies base64 = { version = "0.13", optional = true } cookie = { version = "0.15", optional = true } -gotham_middleware_diesel = { version = "0.4.0", optional = true } -gotham_restful_redoc = { version = "0.2", path = "./redoc", optional = true } +gotham_middleware_diesel = { version = "0.4", optional = true } +gotham_restful_redoc = { version = "0.2.1", path = "./redoc", optional = true } jsonwebtoken = { version = "8.0", default-features = false, optional = true } lazy-regex = { version = "2.2.1", optional = true } openapi_type = { version = "0.4.1", optional = true } diff --git a/README.md b/README.md index 6ec1d6ad14..6352e77c68 100644 --- a/README.md +++ b/README.md @@ -413,18 +413,18 @@ limitations under the License. ``` [contributors]: https://github.com/msrd0/gotham_restful/graphs/contributors - [__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG_T9DC59itjXG40WOGuT-khOG4kS62Nc1tByG8bzxQdCjZw8YXKEG2_KYsbpLNXHG2SJE4iJUYn4G3ERz6t1UMSRG-naswgE7L1gYWSEgmZnb3RoYW1lMC43LjGCbmdvdGhhbV9yZXN0ZnVsZTAuNy42gmxvcGVuYXBpX3R5cGVlMC40LjGCanNlcmRlX2pzb25mMS4wLjg1 + [__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG_T9DC59itjXG40WOGuT-khOG4kS62Nc1tByG8bzxQdCjZw8YXKEG2_KYsbpLNXHG2SJE4iJUYn4G3ERz6t1UMSRG-naswgE7L1gYWSEgmZnb3RoYW1lMC43LjGCbmdvdGhhbV9yZXN0ZnVsZTAuNy43gmxvcGVuYXBpX3R5cGVlMC40LjGCanNlcmRlX2pzb25mMS4wLjg1 [__link0]: https://crates.io/crates/gotham/0.7.1 [__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.4.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::EndpointWithSchema [__link2]: https://doc.rust-lang.org/stable/std/?search=std::string::String - [__link3]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::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.85 - [__link7]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::Response::header - [__link8]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link7]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::Response::header + [__link8]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/ diff --git a/crates-io.md b/crates-io.md index 367e918223..4d44a71139 100644 --- a/crates-io.md +++ b/crates-io.md @@ -381,18 +381,18 @@ limitations under the License. ``` [contributors]: https://github.com/msrd0/gotham_restful/graphs/contributors - [__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG6PbnIuA2DbfG4zPhMgEFY4jGyI4iOc_d8lZG3qmqxzKdxBSYXKEG2_KYsbpLNXHG2SJE4iJUYn4G3ERz6t1UMSRG-naswgE7L1gYWSEgmZnb3RoYW1lMC43LjGCbmdvdGhhbV9yZXN0ZnVsZTAuNy42gmxvcGVuYXBpX3R5cGVlMC40LjGCanNlcmRlX2pzb25mMS4wLjg1 + [__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG6PbnIuA2DbfG4zPhMgEFY4jGyI4iOc_d8lZG3qmqxzKdxBSYXKEG2_KYsbpLNXHG2SJE4iJUYn4G3ERz6t1UMSRG-naswgE7L1gYWSEgmZnb3RoYW1lMC43LjGCbmdvdGhhbV9yZXN0ZnVsZTAuNy43gmxvcGVuYXBpX3R5cGVlMC40LjGCanNlcmRlX2pzb25mMS4wLjg1 [__link0]: https://crates.io/crates/gotham/0.7.1 [__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.4.1/openapi_type/?search=openapi_type::OpenapiType - [__link12]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::Endpoint - [__link13]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::EndpointWithSchema + [__link12]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::Endpoint + [__link13]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::EndpointWithSchema [__link2]: https://doc.rust-lang.org/stable/std/?search=std::string::String - [__link3]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::RequestBody + [__link3]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::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.85 - [__link7]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::Response::header - [__link8]: https://docs.rs/gotham_restful/0.7.6/gotham_restful/?search=gotham_restful::cors::CorsRoute + [__link7]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::Response::header + [__link8]: https://docs.rs/gotham_restful/0.7.7/gotham_restful/?search=gotham_restful::cors::CorsRoute [__link9]: https://diesel.rs/