Skip to content

Commit 9fbbbea

Browse files
committed
Post 0.5.0 release changes
1 parent 7c0b0e3 commit 9fbbbea

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

changelog.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
# Changes in 0.5.0
1+
# Changes in 0.5.1
22

33

44
## Breaking changes
55

66

77
## New features
88

9-
* Added new constructor `from_snowflake` that creates visualization graphs from Snowflake tables.
10-
119

1210
## Bug fixes
1311

1412

1513
## Improvements
1614

17-
* The `field` parameter of `color_nodes` now also accepts casing other than `snake_case`.
18-
1915

2016
## 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.5.0"
7+
version = "0.5.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)