Skip to content

Commit d00f8a6

Browse files
chore(main): release 0.4.2
1 parent 93aba40 commit d00f8a6

3 files changed

Lines changed: 10 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.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

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

3+
## [0.4.2](https://github.com/structured-world/coordinode-python/compare/v0.4.1...v0.4.2) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **coordinode:** fix empty wheel — use sources mapping instead of packages ([93aba40](https://github.com/structured-world/coordinode-python/commit/93aba40a069f645a3e47fc9dc32238d068c1b83e))
9+
* **coordinode:** use sources mapping to include package files in wheel ([9a1204a](https://github.com/structured-world/coordinode-python/commit/9a1204a74dfb5b7ded0eb070860eb652a5e19c8a))
10+
311
## [0.4.1](https://github.com/structured-world/coordinode-python/compare/v0.4.0...v0.4.1) (2026-04-09)
412

513

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

0 commit comments

Comments
 (0)