Skip to content

Commit

Permalink
Release gotham_restful 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 14, 2022
1 parent f1d91a9 commit c4cf925
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive", "./redoc"]

[package]
name = "gotham_restful"
version = "0.7.6"
version = "0.7.7"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.58.0"
Expand All @@ -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"
Expand All @@ -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 }
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
12 changes: 6 additions & 6 deletions crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit c4cf925

Please sign in to comment.