From 234e3c9c4a2fdf9fb881507fbbdbbeaee6209690 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 3 Mar 2020 19:17:48 +0800 Subject: [PATCH] update version to 0.5.0 --- Cargo.toml | 2 +- README.md | 4 ++-- async-graphql-derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97f8966a..bdf145c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "0.1.0" +version = "0.5.0" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" diff --git a/README.md b/README.md index a805e4e5..d136ed63 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ - [X] ID - [X] DateTime - [X] UUID - - [X] Complex Types + - [X] Containers - [X] List - [X] Non-Null - [ ] Object @@ -77,7 +77,7 @@ - [ ] @skip - [ ] @deprecated - [ ] Custom Directive - - [ ] Schema + - [X] Schema - [ ] Validation rules ## License diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 3eb7ccac..78c629ec 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "0.1.0" +version = "0.5.0" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust"