Skip to content

Commit

Permalink
Release gotham_restful 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jan 26, 2022
1 parent 1cc8d94 commit 1206c99
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 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.1] - 2022-01-26
### Updated
- The linked redoc version has been updated to [2.0.0-rc.61](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md#200-rc61-2022-01-26)

## [0.6.0] - 2022-01-01
### Updated
- `openapi_type` crate to 0.3
Expand Down
18 changes: 9 additions & 9 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.6.0"
version = "0.6.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.56.0"
Expand All @@ -18,8 +18,8 @@ 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.18"
futures-util = "0.3.18"
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.6.0", path = "./derive" }
log = "0.4.8"
Expand All @@ -28,24 +28,24 @@ serde_json = "1.0"
thiserror = "1.0"

# non-feature optional dependencies
base64 = { version = "0.13.0", optional = true }
base64 = { version = "0.13", optional = true }
cookie = { version = "0.15", optional = true }
either = { version = "1.6", optional = true }
gotham_middleware_diesel = { version = "0.4.0", optional = true }
jsonwebtoken = { version = "7.2", optional = true }
lazy-regex = { version = "2.2.1", optional = true }
openapi_type = { version = "0.3.0", optional = true }
openapi_type = { version = "0.3.1", optional = true }
parking_lot = { version = "0.11.1", optional = true }
sha2 = { version = "0.10.0", optional = true }
sha2 = { version = "0.10", optional = true }

[dev-dependencies]
diesel = { version = "1.4.6", features = ["postgres"] }
futures-executor = "0.3.15"
gotham = { version = "0.7.0", features = ["testing"], default-features = false }
futures-executor = "0.3.19"
gotham = { version = "0.7", features = ["testing"], default-features = false }
paste = "1.0"
pretty_assertions = "1.0"
pretty_env_logger = "0.4"
tokio = { version = "1.6", features = ["time"], default-features = false }
tokio = { version = "1.15", features = ["time"], default-features = false }
thiserror = "1.0"
trybuild = "=1.0.54"

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,14 @@ limitations under the License.
[__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.3.0/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link11]: https://docs.rs/openapi_type/0.3.1/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.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.6.0/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.6.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.78
[__link7]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.6.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.1/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 @@ -352,14 +352,14 @@ limitations under the License.
[__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.3.0/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::endpoint::EndpointWithSchema
[__link11]: https://docs.rs/openapi_type/0.3.1/openapi_type/?search=openapi_type::OpenapiType
[__link12]: https://docs.rs/gotham_restful/0.6.1/gotham_restful/?search=gotham_restful::endpoint::Endpoint
[__link13]: https://docs.rs/gotham_restful/0.6.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.6.0/gotham_restful/?search=gotham_restful::types::RequestBody
[__link3]: https://docs.rs/gotham_restful/0.6.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.78
[__link7]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.0/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link7]: https://docs.rs/gotham_restful/0.6.1/gotham_restful/?search=gotham_restful::response::Response::header
[__link8]: https://docs.rs/gotham_restful/0.6.1/gotham_restful/?search=gotham_restful::cors::CorsRoute
[__link9]: https://diesel.rs/

0 comments on commit 1206c99

Please sign in to comment.