Skip to content

Commit

Permalink
Release gotham_restful 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jan 31, 2022
1 parent ba16ac8 commit 801e467
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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.6.4] - 2022-01-31
### Updated
- `parking_lot` crate to 0.12

## [0.6.3] - 2022-01-28
### Updated
- The linked redoc version has been updated to [2.0.0-rc.63](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc63-2022-01-27)
Expand Down
2 changes: 1 addition & 1 deletion 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.6.3"
version = "0.6.4"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.58.0"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,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.3.1/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.4/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.6.3/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.6.4/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.78
[__link7]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.4/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 @@ -385,13 +385,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.3.1/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link12]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.4/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.6.3/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.6.4/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.78
[__link7]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.3/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.4/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link9]: https://diesel.rs/

0 comments on commit 801e467

Please sign in to comment.