Skip to content

Commit 495ff6f

Browse files
committed
Merge branch 'prepare-6.0.3.0' into 6.x
2 parents 70aa858 + fd328b3 commit 495ff6f

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ Changelog
55

66
<!-- towncrier release notes start -->
77

8+
## [6.0.3.0](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/6.0.3.0) (2025-11-07)
9+
***
10+
### **⭐️ New Features**
11+
* Target driver version 6.0.3 ([#72]).
12+
13+
[#72]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/72
14+
15+
### **👏️ Improvements**
16+
* Update dependencies ([#71]):
17+
* Bump dependency PyO3 (Rust binding for Python) from `0.26.0` to `0.27.1`.
18+
* Update `maturin` (Python package builder) from `~= 1.9.1` to `~= 1.9.6`.
19+
20+
[#71]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/71
21+
22+
### **🧹️ Clean-up**
23+
* Remove now unused helper functions for converting `Vector` values to/from native Python `lists` ([#70]).
24+
For more details, see [neo4j-python-driver#1263](https://github.com/neo4j/neo4j-python-driver/pull/1263).
25+
26+
[#70]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/70
27+
28+
### **🧑️‍💻️ Development**
29+
* Improve details of internal error message ([#74]).
30+
31+
[#74]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/74
32+
33+
834
## [6.0.2.0](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/6.0.2.0) (2025-10-02)
935
***
1036
### **⭐️ New Features**

changelog.d/70.clean.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/72.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/74.dev.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)