We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b8d82 commit a9542b5Copy full SHA for a9542b5
changelog.md
@@ -0,0 +1,18 @@
1
+# Changes in 0.3.1
2
+
3
4
+## Breaking changes
5
6
7
+## New features
8
9
10
+## Bug fixes
11
12
13
+## Improvements
14
15
+* Allow for `Node` and `Relationship` inputs to be given as `camelCase` and `SCREAMING_SNAKE_CASE` (in addition to `snake_case`).
16
17
18
+## Other changes
python-wrapper/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "neo4j-viz"
-version = "0.3.0"
+version = "0.3.1"
description = "A simple graph visualization tool"
readme = "README.md"
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]
0 commit comments