Skip to content

Commit cd51c66

Browse files
chore(main): release 0.6.0
1 parent a1c75ee commit cd51c66

3 files changed

Lines changed: 18 additions & 2 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-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/structured-world/coordinode-python/compare/v0.5.0...v0.6.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **client:** add get_labels, get_edge_types, traverse ([a1c75ee](https://github.com/structured-world/coordinode-python/commit/a1c75ee3fe1361710a6d7a8e0518a3ecee166ed6))
9+
* **client:** add get_labels(), get_edge_types(), traverse() — R-SDK3 ([4163364](https://github.com/structured-world/coordinode-python/commit/4163364d13e9ebbfebced5fe9714a51c08df5c28))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** add type guards for direction and max_depth in traverse() ([ae37106](https://github.com/structured-world/coordinode-python/commit/ae3710676fd5564876b806a2e63805d3698556b4))
15+
* **client:** correct schema type string representations ([1e59f71](https://github.com/structured-world/coordinode-python/commit/1e59f7159c99277921c023745f2f9da70347f33c))
16+
* **client:** validate direction in traverse(), fix lint, guard test cleanup ([80a73c6](https://github.com/structured-world/coordinode-python/commit/80a73c6c547a0b819b90c13244d3b821f81ec10e))
17+
* **client:** validate max_depth >= 1 in traverse(); xfail strict=True ([4990122](https://github.com/structured-world/coordinode-python/commit/4990122eea80f0f85198d63296153fa4106428f3))
18+
319
## [0.5.0](https://github.com/structured-world/coordinode-python/compare/v0.4.4...v0.5.0) (2026-04-12)
420

521

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 = "0.5.0"
7+
version = "0.6.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)