Skip to content

Commit

Permalink
Release Ariadne 0.7
Browse files Browse the repository at this point in the history
rafalp committed Oct 3, 2019

Verified

This commit was signed with the committer’s verified signature.
CristhianF7 Cristhian Fernández
1 parent 8715b5c commit d6f9e49
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.7.0 (UNRELEASED)
## 0.7.0 (2019-10-03)

- Added support for custom schema directives.
- Added support for synchronous extensions and synchronous versions of `ApolloTracing` and `OpenTracing` extensions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ Documentation is available [here](https://ariadnegraphql.org).
- Queries, mutations and input types.
- Asynchronous resolvers and query execution.
- Subscriptions.
- Custom scalars and enums.
- Custom scalars, enums and schema directives.
- Unions and interfaces.
- File uploads.
- Defining schema using SDL strings.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
long_description=README,
long_description_content_type="text/markdown",
license="BSD",
version="0.7.0a2",
version="0.7.0",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
include_package_data=True,

0 comments on commit d6f9e49

Please sign in to comment.