Skip to content

Commit ce93640

Browse files
authored
Merge pull request #13 from structured-world/release-please--branches--main--components--sdk
chore(main): release 0.4.3
2 parents e6e503f + 9727ca2 commit ce93640

3 files changed

Lines changed: 12 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.4.2"
2+
".": "0.4.3"
33
}

CHANGELOG.md

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

3+
## [0.4.3](https://github.com/structured-world/coordinode-python/compare/v0.4.2...v0.4.3) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** install workspace packages as editable + fix lint ([e6e503f](https://github.com/structured-world/coordinode-python/commit/e6e503f265179d54dc694a471c34f4b93ef531be))
9+
* **ci:** install workspace packages as editable + fix lint ([f5d0b2c](https://github.com/structured-world/coordinode-python/commit/f5d0b2c75fceab9e49804a5ac610da4bd3fb8d59))
10+
* **coordinode:** move package into coordinode/ subdirectory for correct wheel build ([2a63dd0](https://github.com/structured-world/coordinode-python/commit/2a63dd0ac7e6cead2a2e9686a2d9c8ac4f118f8e))
11+
* **coordinode:** move package into coordinode/ subdirectory for correct wheel build ([9328532](https://github.com/structured-world/coordinode-python/commit/932853228928bd084e67641a165bfcaffb0d8535))
12+
313
## [0.4.2](https://github.com/structured-world/coordinode-python/compare/v0.4.1...v0.4.2) (2026-04-09)
414

515

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

0 commit comments

Comments
 (0)