Skip to content

Commit 97b66c8

Browse files
committed
Prepare for next release
1 parent 8a9729b commit 97b66c8

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,18 +1,14 @@
1-
# Changes in 0.7.0
1+
# Changes in 0.7.1
22

33
## Breaking changes
44

5-
- Removed `table` property from nodes and relationships returned from `from_snowflake`, the table is represented by the `caption` field.
6-
- Changed default value of `override` parameter in `VisualizationGraph.color_nodes()` from `False` to `True`. The method now overrides existing node colors by default. To preserve existing colors, explicitly pass `override=False`.
75

86
## New features
97

10-
- Added `set_node_captions()` convenience method to `VisualizationGraph` for setting node captions from a field or property.
118

129
## Bug fixes
1310

1411
## Improvements
1512

16-
- Truncate large property values in the rendered output.
1713

1814
## 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.7.0"
7+
version = "0.7.1"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]

0 commit comments

Comments
 (0)