Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Dec 8, 2024
1 parent a9d6a52 commit 213daa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## **0.6.0** (December 8, 2024)

- Features:
- Upgrade codspeed CI runner to v3
- Bugfixes:
- Fix `get_node_by_id` method in `SQLBackend` (#59. thanks @davidmezzetti!)
- Add `remove_node` to the `CachedBackend` (#59. thanks @davidmezzetti!)

## **0.5.3** (December 7, 2024)

- Features:
Expand Down
2 changes: 1 addition & 1 deletion grand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

_DEFAULT_BACKEND = NetworkXBackend

__version__ = "0.5.3"
__version__ = "0.6.0"


class Graph:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="grand-graph",
version="0.5.3",
version="0.6.0",
author="Jordan Matelsky",
author_email="opensource@matelsky.com",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit 213daa9

Please sign in to comment.