Skip to content

Commit

Permalink
Prepare 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Dec 7, 2024
1 parent e07b8d4 commit f839879
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.5.3** (December 7, 2024)

- Features:
- Add `remove_node` method to SQLBackend (#58. thanks @davidmezzetti!)
- Bugfixes:
- Modify sqlite backend `has_node` to return a bool vs int (#58. thanks @davidmezzetti!)
- Update method parameters to conform to existing naming standards (#58. thanks @davidmezzetti!)

## **0.5.2** (June 4, 2024)

- Bugfixes:
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.2"
__version__ = "0.5.3"


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.2",
version="0.5.3",
author="Jordan Matelsky",
author_email="[email protected]",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit f839879

Please sign in to comment.