Skip to content

Commit

Permalink
Update changelog and version (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinasupe authored Jul 10, 2024
1 parent 2f43ad6 commit 5124657
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.6.0 - July 10, 2024

### Features and improvements
- Added `SIMILAR` operator to query builder (https://github.com/memgraph/gqlalchemy/pull/304)
- Better documented how to load CSV from a remote location: to load CSV from a remote location, provide a URL as a path (https://github.com/memgraph/gqlalchemy/pull/305)
- You can now add relationship properties in many-to-many mapping when importing a CSV file (https://github.com/memgraph/gqlalchemy/pull/306)
- Added getter and setter for Memgraph storage modes (https://github.com/memgraph/gqlalchemy/pull/309)
- Added `get_transactions()` and `terminate_transactions()` methods for easier transaction management (https://github.com/memgraph/gqlalchemy/pull/310)
- Added support for `ZonedDateTime` data type (https://github.com/memgraph/gqlalchemy/pull/312)

## v1.5.1 - January 8, 2024

### Updates
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "GQLAlchemy"
version = "1.5.1"
version = "1.6.0"

description = "GQLAlchemy is a library developed to assist with writing and running queries in Memgraph."
repository = "https://github.com/memgraph/gqlalchemy"
authors = [
"Josip Mrden <[email protected]>",
"Katarina Supe <[email protected]>",
"Andi Skrgat <[email protected]>",
"Ante Pusic <[email protected]>",
"Josip Mrden <[email protected]>",
]
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5124657

Please sign in to comment.