Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion coordinode-embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading