Skip to content

Commit ce6a673

Browse files
authored
chore(main): release 1.0.2 (#54)
2 parents ffddfef + 40235eb commit ce6a673

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.1"
2+
".": "1.0.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+
## [1.0.2](https://github.com/structured-world/coordinode-python/compare/v1.0.1...v1.0.2) (2026-05-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** handle missing dnf in aarch64 manylinux container ([957d0f5](https://github.com/structured-world/coordinode-python/commit/957d0f5e82bd601b2e7c2457c2e1804ce2fd63e4)), closes [#52](https://github.com/structured-world/coordinode-python/issues/52)
9+
* **release:** handle missing dnf in aarch64 manylinux container ([#53](https://github.com/structured-world/coordinode-python/issues/53)) ([ffddfef](https://github.com/structured-world/coordinode-python/commit/ffddfefcd09e1494a0b724c0d014d76ed9f2bb72))
10+
311
## [1.0.1](https://github.com/structured-world/coordinode-python/compare/v1.0.0...v1.0.1) (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.1"
7+
version = "1.0.2"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)