Release juniper_graphql_ws 0.2.0

This commit is contained in:
Christian Legnitto 2020-12-09 20:00:07 -10:00
parent 58dcba1c81
commit fe1bcfcb7a
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# master
- Compatibility with the latest `juniper`.
# [[0.2.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_graphql_ws-0.2.0)
- Fix null deserialization issue ([#735](https://github.com/graphql-rust/juniper/issues/735))
- Initial Release

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_graphql_ws"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
authors = ["Christopher Brown <ccbrown112@gmail.com>"]
license = "BSD-2-Clause"