From c2fbdb1b244760ca5e88bc5fd0a2d2a1a0e281dd Mon Sep 17 00:00:00 2001 From: Martin Martinez Rivera Date: Tue, 19 Mar 2019 11:30:48 -0700 Subject: [PATCH 1/3] Change version to 1.0.2 --- CHANGELOG.md | 7 +++++++ pydgraph/meta.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29eaea..832a6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v1.0.2] - 2019-03-19 + +### Added +- During queries, passing a map with non-string keys or values as a variable + map will result in an error instead of continuing silently. +- Fixed dependencies. + ## [v1.0.1] - 2019-01-03 ### Added diff --git a/pydgraph/meta.py b/pydgraph/meta.py index 15c3a1f..0429baa 100644 --- a/pydgraph/meta.py +++ b/pydgraph/meta.py @@ -14,4 +14,4 @@ """Metadata about this package.""" -VERSION = '1.0.1' +VERSION = '1.0.2' From 281eb40352698792f6fbe19d56f28faade3c0f2f Mon Sep 17 00:00:00 2001 From: Daniel Mai Date: Tue, 19 Mar 2019 11:37:44 -0700 Subject: [PATCH 2/3] Add v1.0.2 tree link to CHANGELOG. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832a6e4..4106f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,5 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Full compatibility with Dgraph v1.0.0 [Unreleased]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD +[v1.0.2]: https://github.com/dgraph-io/pydgraph/tree/v1.0.2 [v1.0.1]: https://github.com/dgraph-io/pydgraph/tree/v1.0.1 [v1.0.0]: https://github.com/dgraph-io/pydgraph/tree/v1.0.0 From 80d648d48a259d1290ee798477f614b428c2b523 Mon Sep 17 00:00:00 2001 From: Daniel Mai Date: Tue, 19 Mar 2019 11:39:43 -0700 Subject: [PATCH 3/3] Use compare links instead of trees. Follows the links from Keep a Changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4106f9e..6465785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Full compatibility with Dgraph v1.0.0 [Unreleased]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD -[v1.0.2]: https://github.com/dgraph-io/pydgraph/tree/v1.0.2 -[v1.0.1]: https://github.com/dgraph-io/pydgraph/tree/v1.0.1 -[v1.0.0]: https://github.com/dgraph-io/pydgraph/tree/v1.0.0 +[v1.0.2]: https://github.com/dgraph-io/pydgraph/compare/v1.0.1...v1.0.2 +[v1.0.1]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...v1.0.1 +[v1.0.0]: https://github.com/dgraph-io/pydgraph/releases/tag/v1.0.0