Skip to content

Commit

Permalink
Release v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Aug 11, 2017
1 parent 6e208ea commit a36ac09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## v1.0.2

- Make the `graphql_to_ir()` easier to use by making it automatically add a
new line to the end of the GraphQL query string. Works around an issue in
the `graphql-core`dependency library: https://github.com/graphql-python/graphql-core/issues/98
- Robustness improvements for the pretty-printer [#27](https://github.com/kensho-technologies/graphql-compiler/pull/27)

Thanks to `benlongo` for their contributions.

## v1.0.1

- Add GraphQL pretty printer: `python -m graphql_compiler.tool` [#23](https://github.com/kensho-technologies/graphql-compiler/pull/23)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

package_name = 'graphql-compiler'
version = '1.0.1'
version = '1.0.2'

setup(name=package_name,
version=version,
Expand Down

0 comments on commit a36ac09

Please sign in to comment.