Skip to content

Commit d477417

Browse files
authored
Merge pull request #35 from structured-world/release-please--branches--main--components--sdk
chore(main): release 0.7.0
2 parents 6e84e84 + 69e4a47 commit d477417

3 files changed

Lines changed: 9 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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/structured-world/coordinode-python/compare/v0.6.0...v0.7.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* add coordinode-embedded in-process Python package ([e1c2e3c](https://github.com/structured-world/coordinode-python/commit/e1c2e3c288cc7bc5b51467375b318dc6b59f9803))
9+
310
## [0.6.0](https://github.com/structured-world/coordinode-python/compare/v0.5.0...v0.6.0) (2026-04-13)
411

512

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

0 commit comments

Comments
 (0)