diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab76c17..e4cdafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.3](https://github.com/structured-world/coordinode-python/compare/v0.4.2...v0.4.3) (2026-04-09) + + +### Bug Fixes + +* **ci:** install workspace packages as editable + fix lint ([e6e503f](https://github.com/structured-world/coordinode-python/commit/e6e503f265179d54dc694a471c34f4b93ef531be)) +* **ci:** install workspace packages as editable + fix lint ([f5d0b2c](https://github.com/structured-world/coordinode-python/commit/f5d0b2c75fceab9e49804a5ac610da4bd3fb8d59)) +* **coordinode:** move package into coordinode/ subdirectory for correct wheel build ([2a63dd0](https://github.com/structured-world/coordinode-python/commit/2a63dd0ac7e6cead2a2e9686a2d9c8ac4f118f8e)) +* **coordinode:** move package into coordinode/ subdirectory for correct wheel build ([9328532](https://github.com/structured-world/coordinode-python/commit/932853228928bd084e67641a165bfcaffb0d8535)) + ## [0.4.2](https://github.com/structured-world/coordinode-python/compare/v0.4.1...v0.4.2) (2026-04-09) diff --git a/pyproject.toml b/pyproject.toml index 00f8d5a..baa64c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "0.4.2" +version = "0.4.3" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",