We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e438bce + a9542b5 commit db1f544Copy full SHA for db1f544
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 = "[email protected]" }]
0 commit comments