File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v1.0.2] - 2019-03-19
11+
12+ ### Added
13+ - During queries, passing a map with non-string keys or values as a variable
14+ map will result in an error instead of continuing silently.
15+ - Fixed dependencies.
16+
1017## [ v1.0.1] - 2019-01-03
1118
1219### Added
@@ -22,5 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2229- Full compatibility with Dgraph v1.0.0
2330
2431[ Unreleased ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD
25- [ v1.0.1 ] : https://github.com/dgraph-io/pydgraph/tree/v1.0.1
26- [ v1.0.0 ] : https://github.com/dgraph-io/pydgraph/tree/v1.0.0
32+ [ v1.0.2 ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.1...v1.0.2
33+ [ v1.0.1 ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.0...v1.0.1
34+ [ v1.0.0 ] : https://github.com/dgraph-io/pydgraph/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1414
1515"""Metadata about this package."""
1616
17- VERSION = '1.0.1 '
17+ VERSION = '1.0.2 '
You can’t perform that action at this time.
0 commit comments