diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf3786c..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d9f22..04d5649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/structured-world/coordinode-python/compare/v1.0.6...v1.1.0) (2026-06-07) + + +### Features + +* **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)) + ## [1.0.6](https://github.com/structured-world/coordinode-python/compare/v1.0.5...v1.0.6) (2026-05-03) diff --git a/pyproject.toml b/pyproject.toml index 1668ac6..306a1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "1.0.6" +version = "1.1.0" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",