Skip to content

Commit

Permalink
release gotham_restful 0.4.2 / gotham_restful_derive 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 24, 2021
1 parent ee8b961 commit ce374b3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.4.2] - 2021-05-24
### Changed
- Improved error message when `T` does not implement `Clone` in `AuthStatus<T>` (`auth` feature only)
- Set viewport in ReDoc HTML so that it can be viewed on mobile devices (`openapi` feature only)

## [0.4.1] - 2021-05-20
### Changed
- The readme is now extracted using [cargo-doc2readme] to support doc links
Expand Down
4 changes: 2 additions & 2 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.4.1"
version = "0.4.2"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "RESTful additions for the gotham web framework"
Expand All @@ -21,7 +21,7 @@ futures-core = "0.3.15"
futures-util = "0.3.15"
gotham = { version = "0.6.0", default-features = false }
gotham_derive = "0.6.0"
gotham_restful_derive = { version = "0.4.1", path = "./derive" }
gotham_restful_derive = { version = "0.4.2", path = "./derive" }
log = "0.4.8"
mime = "0.3.16"
serde = { version = "1.0", features = ["derive"] }
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.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.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.4.1/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.4.2/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.4.2/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.1/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.4.2/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.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.4.1/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.4.2/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.4.2/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.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.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.4.1/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.4.2/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.4.2/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.1/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.4.2/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.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.4.1/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.4.2/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.4.2/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link9]: https://diesel.rs/
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "gotham_restful_derive"
version = "0.4.1"
version = "0.4.2"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Derive macros for gotham_restful"
Expand Down

0 comments on commit ce374b3

Please sign in to comment.