Skip to content

Commit

Permalink
Release v1.10.1. (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed May 4, 2019
1 parent cab0da9 commit 8e5f7eb
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 99 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

## Current development version

## v1.10.1

- Fix `_x_count` and optional filter creating duplicate GlobalOperationsStart IR blocks. [#253](https://github.com/kensho-technologies/graphql-compiler/pull/253).
- Raise error for unused @tag directives [#224](https://github.com/kensho-technologies/graphql-compiler/pull/224).
- Much documentation cleanup and many maintainer quality-of-life improvements.

Thanks to `bojanserafimov`, `evantey14`, `jeremy.meulemans`, and `pmantica1` for their contributions.

## v1.10.0

- **BREAKING**: Rename the `__count` meta field to `_x_count`, to avoid GraphQL schema parsing issues with other GraphQL libraries. [#176](https://github.com/kensho-technologies/graphql-compiler/pull/176)
Expand Down
12 changes: 6 additions & 6 deletions Pipfile
Expand Up @@ -26,12 +26,12 @@ pytest-cov = "==2.6.1"
snapshottest = "==0.5.0"

[packages]
arrow = "==0.10.0"
funcy = "==1.7.3"
graphql-core = "==2.1"
pytz = "==2017.2"
six = "==1.10.0"
sqlalchemy = "==1.2.9"
arrow = ">=0.10.0,<1"
funcy = ">=1.7.3,<2"
graphql-core = ">=2.1,<3"
pytz = ">=2017.2"
six = ">=1.10.0"
sqlalchemy = ">=1.3.0,<2"

[requires]
python_version = "3.6"
58 changes: 30 additions & 28 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e5f7eb

Please sign in to comment.