From e5350b6bf46e3f072c325be5cb1de8f3464c3369 Mon Sep 17 00:00:00 2001 From: bot <122335590+oomol-bot@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:52:05 +0800 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 2 +- oocana/CHANGELOG.md | 7 +++++++ oocana/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 55cce38..995989a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "executor": "0.16.16", - "oocana": "0.18.9" + "oocana": "0.18.10" } diff --git a/oocana/CHANGELOG.md b/oocana/CHANGELOG.md index 72fd3e3..dd0f612 100644 --- a/oocana/CHANGELOG.md +++ b/oocana/CHANGELOG.md @@ -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) diff --git a/oocana/pyproject.toml b/oocana/pyproject.toml index b8a64a5..1c48c27 100644 --- a/oocana/pyproject.toml +++ b/oocana/pyproject.toml @@ -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",