diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7032307..e90abe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://github.com/structured-world/coordinode-python/compare/v2.0.0...v2.1.0) (2026-09-02) + + +### Features + +* **client:** interactive transactions ([#87](https://github.com/structured-world/coordinode-python/issues/87)) ([f41185c](https://github.com/structured-world/coordinode-python/commit/f41185c1efecd38eccf42bef0ece07bf5c269361)) +* **client:** report where a query was written ([#89](https://github.com/structured-world/coordinode-python/issues/89)) ([9aced54](https://github.com/structured-world/coordinode-python/commit/9aced548f309a683f7a453110ce4b964606ca71d)) + ## [2.0.0](https://github.com/structured-world/coordinode-python/compare/v1.0.6...v2.0.0) (2026-08-31) diff --git a/coordinode-embedded/Cargo.toml b/coordinode-embedded/Cargo.toml index 45fc909..209d27c 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.0.0" +version = "2.1.0" 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 c2966f5..70e955c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "2.0.0" +version = "2.1.0" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",