Update changelog and bump version to 0.11
Reviewers: mferencevic, buda Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1439
This commit is contained in:
parent
4b97747c14
commit
11921a9f10
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,16 +2,20 @@
|
|||||||
|
|
||||||
## v0.11.0
|
## v0.11.0
|
||||||
|
|
||||||
### Breaking Changes
|
|
||||||
|
|
||||||
### Major Features and Improvements
|
### Major Features and Improvements
|
||||||
|
|
||||||
* Dynamic graph partitioner added.
|
* [Enterprise Ed.] Improve Cartesian support in distributed queries
|
||||||
|
* [Enterprise Ed.] Improve distributed execution of BFS
|
||||||
|
* [Enterprise Ed.] Dynamic graph partitioner added.
|
||||||
* Static vertices/edges id generators exposed through the Id Cypher function.
|
* Static vertices/edges id generators exposed through the Id Cypher function.
|
||||||
* Properties on disk added.
|
* Properties on disk added.
|
||||||
|
* Add `toString` function to openCypher
|
||||||
|
|
||||||
### Bug Fixes and Other Changes
|
### Bug Fixes and Other Changes
|
||||||
|
|
||||||
|
* Document issues with Docker on OS X
|
||||||
|
* Add BFS and Dijkstra's algorithm examples to documentation
|
||||||
|
|
||||||
## v0.10.0
|
## v0.10.0
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH)
|
|||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
project(memgraph VERSION 0.10.0)
|
project(memgraph VERSION 0.11.0)
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# setup CMake module path, defines path for include() and find_package()
|
# setup CMake module path, defines path for include() and find_package()
|
||||||
|
Loading…
Reference in New Issue
Block a user