Release 3.0.16

async-graphql@3.0.16
async-graphql-actix-web@3.0.16
async-graphql-axum@3.0.16
async-graphql-poem@3.0.16
async-graphql-tide@3.0.16
async-graphql-warp@3.0.16

Generated by cargo-workspaces
This commit is contained in:
Sunli 2021-12-16 13:21:49 +08:00
parent 3e39673e49
commit 0ae21b9914
7 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.16] 2021-12-16
- Bump poem to `1.2.1`.
## [3.0.15] 2021-12-12
- Bump actix-web from `4.0.0-beta.11` to `4.0.0-beta.14`.

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "3.0.15"
version = "3.0.16"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "A GraphQL server library implemented in Rust"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-actix-web"
version = "3.0.15"
version = "3.0.16"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "async-graphql for actix-web"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-axum"
version = "3.0.15"
version = "3.0.16"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for axum"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-poem"
version = "3.0.15"
version = "3.0.16"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for poem"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-tide"
version = "3.0.15"
version = "3.0.16"
authors = ["vkill <vkill.net@gmail.com>", "sunli <scott_s829@163.com>"]
edition = "2021"
description = "async-graphql for tide"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-warp"
version = "3.0.15"
version = "3.0.16"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "async-graphql for warp"