Release juniper_subscriptions 0.15.0
This commit is contained in:
parent
2578cbb3dd
commit
b190a7fade
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# master
|
||||
|
||||
- Compatibility with the latest `juniper`.
|
||||
|
||||
# [[0.15.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_subscriptions-0.15.0)
|
||||
|
||||
- Initial Release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "juniper_subscriptions"
|
||||
version = "0.14.2"
|
||||
version = "0.15.0"
|
||||
edition = "2018"
|
||||
authors = ["nWacky <gosha.evtushenko@gmail.com>"]
|
||||
description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"
|
||||
|
|
Loading…
Reference in a new issue