Release juniper_hyper 0.3.0
This commit is contained in:
parent
9c9e3da72d
commit
d1b5c1bb4d
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
- Compatibility with the latest `juniper`.
|
||||
|
||||
# [[0.3.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.3.0)
|
||||
|
||||
- Compatibility with the latest `juniper`.
|
||||
|
||||
# 0.2.0 [2018-12-18]
|
||||
|
||||
## Breaking changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "juniper_hyper"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Damir Vandic <info@dvic.io>"]
|
||||
description = "Juniper GraphQL integration with Hyper"
|
||||
license = "BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue