From a85e7ce470852e2ef9ff0620f557dd13bcc15237 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:12:07 +0000 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ coordinode-embedded/Cargo.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..48fbed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e90abe1..a31d7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/structured-world/coordinode-python/compare/v2.1.0...v2.1.1) (2026-09-05) + + +### Bug Fixes + +* name the embedded maintainer and repair the PyPI upload ([#95](https://github.com/structured-world/coordinode-python/issues/95)) ([e3a639e](https://github.com/structured-world/coordinode-python/commit/e3a639e7180f9f1582cf3a21cbd05e1936893db1)), closes [#90](https://github.com/structured-world/coordinode-python/issues/90) + ## [2.1.0](https://github.com/structured-world/coordinode-python/compare/v2.0.0...v2.1.0) (2026-09-02) diff --git a/coordinode-embedded/Cargo.toml b/coordinode-embedded/Cargo.toml index 209d27c..b92618d 100644 --- a/coordinode-embedded/Cargo.toml +++ b/coordinode-embedded/Cargo.toml @@ -5,7 +5,7 @@ name = "coordinode-embedded" # through hatch-vcs. maturin has no equivalent and takes the wheel version from # here, so this line has to move with the release or the wheel keeps the name it # had last time and PyPI refuses it as a duplicate. -version = "2.1.0" +version = "2.1.1" edition = "2021" rust-version = "1.90" description = "CoordiNode embedded Python bindings — in-process graph database, no server required" diff --git a/pyproject.toml b/pyproject.toml index 70e955c..21af08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "2.1.0" +version = "2.1.1" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",