Update changelog and bump version to 0.12

Reviewers: teon.banek, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1468
This commit is contained in:
Marko Budiselic 2018-07-04 16:56:50 +02:00
parent b49eabc432
commit 5dad16712e
2 changed files with 16 additions and 6 deletions

View File

@ -1,5 +1,19 @@
# Change Log # Change Log
## v0.12.0
### Breaking Changes
* Snapshot format changed (not backward compatible).
### Major Features and Improvements
* Improved Id Cypher function.
* Added string functions to openCypher (`lTrim`, `left`, `rTrim`, `replace`,
`reverse`, `right`, `split`, `substring`, `toLower`, `toUpper`, `trim`).
* Added `timestamp` function to openCypher.
* Added support for dynamic property access with `[]` operator.
## v0.11.0 ## v0.11.0
### Major Features and Improvements ### Major Features and Improvements
@ -11,11 +25,7 @@
* Properties on disk added. * Properties on disk added.
* Telemetry added. * Telemetry added.
* SSL support added. * SSL support added.
* Added string functions to openCypher (`lTrim`, `left`, `rTrim`, `replace`, * `toString` function added.
`reverse`, `right`, `split`, `substring`, `toLower`, `toUpper`, `trim`,
`toString`).
* Added `timestamp` function to openCypher.
* Added support for dynamic property access with `[]` operator.
### Bug Fixes and Other Changes ### Bug Fixes and Other Changes

View File

@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
project(memgraph VERSION 0.11.0) project(memgraph VERSION 0.12.0)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# setup CMake module path, defines path for include() and find_package() # setup CMake module path, defines path for include() and find_package()