Skip to content

Commit db1f544

Browse files
authored
Merge pull request #164 from neo4j/changelog
Add changelog entry and bump to 0.3.1
2 parents e438bce + a9542b5 commit db1f544

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 = "[email protected]" }]

0 commit comments

Comments
 (0)