Skip to content

Commit b5c1ed2

Browse files
chore(main): release 1.0.6 (#63)
Co-authored-by: sw-release-bot[bot] <255865126+sw-release-bot[bot]@users.noreply.github.com> Co-authored-by: Dmitry Prudnikov <mail@polaz.com>
1 parent fdd6a35 commit b5c1ed2

3 files changed

Lines changed: 18 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.5"
2+
".": "1.0.6"
33
}

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/structured-world/coordinode-python/compare/v1.0.5...v1.0.6) (2026-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **demo:** install coordinode-embedded from PyPI wheel, drop rustup/Rust build ([5765484](https://github.com/structured-world/coordinode-python/commit/57654849b4b0ac600aac067c5a79ee6c7afb53af))
9+
* **demo:** install coordinode-embedded from PyPI wheel, drop rustup/Rust build ([#64](https://github.com/structured-world/coordinode-python/issues/64)) ([834edfd](https://github.com/structured-world/coordinode-python/commit/834edfd0e7215d844e6f6a0678f6f32c43b5fd8c))
10+
* **embedded:** enable abi3-py311 for cross-version wheel compatibility ([52b6599](https://github.com/structured-world/coordinode-python/commit/52b6599e8c0f97f1e4cde61eab50188a85b40fb1)), closes [#65](https://github.com/structured-world/coordinode-python/issues/65)
11+
* **embedded:** enable abi3-py311 for cross-version wheel compatibility ([#66](https://github.com/structured-world/coordinode-python/issues/66)) ([ef89b4b](https://github.com/structured-world/coordinode-python/commit/ef89b4b8fb026b67b3b7f3e924d83821e9dc3119))
12+
13+
14+
### Documentation
15+
16+
* add Try It in Google Colab section to README ([5022676](https://github.com/structured-world/coordinode-python/commit/5022676e65922ebfddc92f4f1ad7f15a8421bfd9))
17+
* add Try It in Google Colab section to README ([#62](https://github.com/structured-world/coordinode-python/issues/62)) ([9da6f48](https://github.com/structured-world/coordinode-python/commit/9da6f484ff96d99b0eea8890f8c6408a6b157129))
18+
319
## [1.0.5](https://github.com/structured-world/coordinode-python/compare/v1.0.4...v1.0.5) (2026-05-03)
420

521

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

0 commit comments

Comments
 (0)