Skip to content

Commit bd96f51

Browse files
authored
chore(main): release 1.0.4 (#59)
2 parents 899bf4a + 42a5032 commit bd96f51

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-
".": "1.0.3"
2+
".": "1.0.4"
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+
## [1.0.4](https://github.com/structured-world/coordinode-python/compare/v1.0.3...v1.0.4) (2026-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** set PYO3_CROSS_PYTHON_VERSION for aarch64 cross-compilation ([269805e](https://github.com/structured-world/coordinode-python/commit/269805ec52ac4cf968eade9ca7b6f87770b00a34))
9+
* **ci:** set PYO3_CROSS_PYTHON_VERSION for aarch64 Linux cross-compilation ([#58](https://github.com/structured-world/coordinode-python/issues/58)) ([899bf4a](https://github.com/structured-world/coordinode-python/commit/899bf4a34bccfd156f18e84ef8afc9c7a9d6c94c))
10+
311
## [1.0.3](https://github.com/structured-world/coordinode-python/compare/v1.0.2...v1.0.3) (2026-05-03)
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 = "1.0.3"
7+
version = "1.0.4"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)