Skip to content

Commit 73bf4db

Browse files
authored
chore(main): release 1.0.3 (#57)
2 parents 7d7e510 + 0317f47 commit 73bf4db

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.2"
2+
".": "1.0.3"
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.3](https://github.com/structured-world/coordinode-python/compare/v1.0.2...v1.0.3) (2026-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** use if/else for protoc install, add apt-get update for aarch64 ([e6f17a0](https://github.com/structured-world/coordinode-python/commit/e6f17a0a706626b2dfed4c3321995e2afcec5781)), closes [#55](https://github.com/structured-world/coordinode-python/issues/55)
9+
* **release:** use if/else for protoc install, add apt-get update for aarch64 ([#56](https://github.com/structured-world/coordinode-python/issues/56)) ([7d7e510](https://github.com/structured-world/coordinode-python/commit/7d7e510abfb9264c75030f5f21ae193b3e45449d))
10+
311
## [1.0.2](https://github.com/structured-world/coordinode-python/compare/v1.0.1...v1.0.2) (2026-05-02)
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.2"
7+
version = "1.0.3"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)