Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Oct 17, 2023
1 parent 30de4d4 commit fdba568
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

### **0.4.0** (October 17 2023)

> Many performance updates, language features, and label support.
#### Features

- Support for multi-hop queries in `MATCH` statements (#24, thanks @khoale88!)
- Support for single edge and node labels using the `__labels__` magic property (#25, thanks @khoale88!)

#### Performance

- Performance improvements by @khoale88 that eliminate duplicated entity lookups (#28)

### **0.3.0** (December 14 2022)

> This version adds support for boolean arithmetic with AND/OR, and other language features.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="grand-cypher",
version="0.3.0",
version="0.4.0",
author="Jordan Matelsky",
author_email="opensource@matelsky.com",
description="Query Grand graphs using Cypher",
Expand Down

0 comments on commit fdba568

Please sign in to comment.