Skip to content

Commit

Permalink
release gotham_restful 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 30, 2021
1 parent 905b7d3 commit b2bb7cc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.5.1] - 2021-11-30
### Updated
- The linked redoc version has been updated to [2.0.0-rc.58](https://github.com/Redocly/redoc/releases/tag/v2.0.0-rc.58)

## [0.5.0] - 2021-11-13
### Updated
- gotham to 0.7
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive"]

[package]
name = "gotham_restful"
version = "0.5.0"
version = "0.5.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
rust-version = "1.51.0"
Expand All @@ -18,9 +18,9 @@ repository = "https://github.com/msrd0/gotham_restful"
include = ["/src/**/*.rs", "/src/openapi/handler/script.min.js", "/LICENSE", "/crates-io.md"]

[dependencies]
futures-core = "0.3.15"
futures-util = "0.3.15"
gotham = { version = "0.7.0", features = ["derive"], default-features = false }
futures-core = "0.3.18"
futures-util = "0.3.18"
gotham = { version = "0.7.1", features = ["derive"], default-features = false }
gotham_restful_derive = { version = "0.4.3", path = "./derive" }
log = "0.4.8"
mime = "0.3.16"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/gotham/?search=gotham::state::State
[__link11]: https://docs.rs/openapi_type/0.2.3/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.5.1/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.5.0/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.5.1/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.72
[__link7]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link9]: https://diesel.rs/
10 changes: 5 additions & 5 deletions crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/gotham/?search=gotham::state::State
[__link11]: https://docs.rs/openapi_type/0.2.3/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.5.1/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.5.0/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.5.1/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.72
[__link7]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.5.0/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.5.1/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link9]: https://diesel.rs/

0 comments on commit b2bb7cc

Please sign in to comment.