Skip to content

Commit e50a08e

Browse files
authored
Merge pull request #30 from neo4j-field/prep-v0.5.2
update versions and changelog
2 parents 89415a1 + 04b3ceb commit e50a08e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
### Fixed
44

55
### Changed
6-
* `verify_spark` function now warns instead of raising assertion error if not using Spark v3.4.0 or greater
6+
77
### Added
88

9+
## v0.5.2
10+
11+
### Changed
12+
* `verify_spark` function now warns instead of raising assertion error if not using Spark v3.4.0 or greater
13+
914
## v0.5.1
1015

1116
### Fixed
1217
* fix `build_relationship` function where serial relationship loading was loading in parallel
1318

14-
### Changed
15-
16-
### Added
17-
1819
## v0.5.0
1920

2021
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neo4j-parallel-spark-loader"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Load relationships in parallel into Neo4j using Spark"
55
authors = ["Alex Gilmore", "Nathan Smith", "Mark Andrews"]
66
readme = "README.md"

0 commit comments

Comments
 (0)