File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v1.0.1] - 2019-01-03
11+
12+ ### Added
13+ - Full compatibility with Dgraph v1.0.11
14+ - Added support for read-only transactions.
15+ - Fixed dependencies.
16+ - Support for predicate tracking.
17+ - Remove linread map and sequencing.
18+
1019## [ v1.0.0] - 2018-05-16
1120
1221### Added
1322- Full compatibility with Dgraph v1.0.0
1423
15- [ Unreleased ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...HEAD
16- [ v1.0.0 ] : https://github.com/dgraph-io/dgraph-js/tree/v1.0.0
24+ [ 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
Original file line number Diff line number Diff line change 1414
1515"""Metadata about this package."""
1616
17- VERSION = '1.0.0 '
17+ VERSION = '1.0.1 '
You can’t perform that action at this time.
0 commit comments