Skip to content

Commit fa0bf33

Browse files
authored
Merge branch 'main' into feat/#23-transactions
2 parents 95d5121 + d03eecf commit fa0bf33

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.6"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/structured-world/coordinode-python/compare/v1.0.6...v2.0.0) (2026-08-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **client:** LabelInfo.version and EdgeTypeInfo.version are now schema_revision, and EdgeTypeInfo.schema_mode is removed.
9+
10+
### Features
11+
12+
* **client:** track CoordiNode 0.5.5 and make the demo stack real ([#80](https://github.com/structured-world/coordinode-python/issues/80)) ([9bb3a00](https://github.com/structured-world/coordinode-python/commit/9bb3a0033ed8382b6363de870c9149b0975843a6))
13+
* **embedded:** add native Hnsw class for ann-benchmarks integration ([#70](https://github.com/structured-world/coordinode-python/issues/70)) ([a2986a6](https://github.com/structured-world/coordinode-python/commit/a2986a62d4b6e52ddbc1b7e7ab06b3ec7e7785f4))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** drop the uv flags that block every release ([#86](https://github.com/structured-world/coordinode-python/issues/86)) ([2b55f8f](https://github.com/structured-world/coordinode-python/commit/2b55f8f4e58b4227d0f64a7f8e9a41daafb5c470))
19+
320
## [1.0.6](https://github.com/structured-world/coordinode-python/compare/v1.0.5...v1.0.6) (2026-05-03)
421

522

coordinode-embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "coordinode-embedded"
55
# through hatch-vcs. maturin has no equivalent and takes the wheel version from
66
# here, so this line has to move with the release or the wheel keeps the name it
77
# had last time and PyPI refuses it as a duplicate.
8-
version = "1.0.6"
8+
version = "2.0.0"
99
edition = "2021"
1010
rust-version = "1.90"
1111
description = "CoordiNode embedded Python bindings — in-process graph database, no server required"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "coordinode-workspace"
7-
version = "1.0.6"
7+
version = "2.0.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)