Skip to content

Commit a9542b5

Browse files
committed
Add changelog entry and bump to 0.3.1
In preparation for next release.
1 parent 17b8d82 commit a9542b5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neo4j-viz"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]

0 commit comments

Comments
 (0)