Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"executor": "0.16.16",
"oocana": "0.18.9"
"oocana": "0.18.10"
}
7 changes: 7 additions & 0 deletions oocana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.18.10](https://github.com/oomol/oocana-python/compare/oocana@0.18.9...oocana@0.18.10) (2025-10-10)


### Bug Fixes

* use payload instead of id ([#439](https://github.com/oomol/oocana-python/issues/439)) ([d5a52d6](https://github.com/oomol/oocana-python/commit/d5a52d63d8e41d68fc60c9629b65e7ce07e031fb))

## [0.18.9](https://github.com/oomol/oocana-python/compare/oocana@0.18.8...oocana@0.18.9) (2025-10-10)


Expand Down
2 changes: 1 addition & 1 deletion oocana/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oocana"
version = "0.18.9"
version = "0.18.10"
description = "python implement of oocana to give a context for oocana block"
dependencies = [
"paho-mqtt>=2",
Expand Down
Loading