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.1"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/structured-world/coordinode-python/compare/v2.1.1...v3.0.0) (2026-09-24)


### ⚠ BREAKING CHANGES

* write_concern no longer accepts "w0", "w1", "memory" or "cache"; use 0, 1, or WriteConcern(w=1, journal="memory" | "cache").

### Features

* adopt the CoordiNode v0.6.0 protocol ([#102](https://github.com/structured-world/coordinode-python/issues/102)) ([73e7291](https://github.com/structured-world/coordinode-python/commit/73e7291069abe2d6e31c7bdb081380e0a0375059))

## [2.1.1](https://github.com/structured-world/coordinode-python/compare/v2.1.0...v2.1.1) (2026-09-05)


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.1"
version = "3.0.0"
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.1"
version = "3.0.0"
license = { text = "Apache-2.0" }
authors = [{ name = "Dmitry Prudnikov", email = "mail@polaz.com" }]
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading