From 9097bb5b447827ee52777550852e94017987da19 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 15 Aug 2025 09:27:35 +0200 Subject: [PATCH 1/2] Bump version to 5.28.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24ca638..61da63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Topic :: Database", "Topic :: Software Development", ] -version = "5.28.2.0" +version = "5.28.2.1" [project.urls] Homepage = "https://neo4j.com/" @@ -83,7 +83,7 @@ exclude = [ [tool.towncrier] directory = "changelog.d" -version = "5.28.2.0" +version = "5.28.2.1" filename = "CHANGELOG.md" title_format = "## [{version}](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/{version}) ({project_date})\n***" issue_format = "[#{issue}]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/{issue}" From 9b75216fb4087398b88389007bac83b244184a22 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 15 Aug 2025 09:27:49 +0200 Subject: [PATCH 2/2] Render 5.28.2.1 changelog --- CHANGELOG.md | 8 ++++++++ changelog.d/59.fix.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/59.fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ecab418..2e869b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Changelog +## [5.28.2.1](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/5.28.2.1) (2025-08-15) +*** +### **🔧️ Fixes** +* Fix decoding of map keys of certain sizes ([#59]). + +[#59]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/59 + + ## [5.28.2.0](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/5.28.2.0) (2025-07-30) *** ### **⭐️ New Features** diff --git a/changelog.d/59.fix.md b/changelog.d/59.fix.md deleted file mode 100644 index 1d97248..0000000 --- a/changelog.d/59.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix decoding of map keys of certain sizes.