From e30b2274417182d9eef9140f2280678ff27407f8 Mon Sep 17 00:00:00 2001 From: bot <122335590+oomol-bot@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:02:41 +0800 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 4 ++-- executor/CHANGELOG.md | 7 +++++++ executor/pyproject.toml | 2 +- oocana/CHANGELOG.md | 18 ++++++++++++++++++ oocana/pyproject.toml | 2 +- 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4dd8aa0..b9af783 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "executor": "0.16.17", - "oocana": "0.18.11" + "executor": "0.16.18", + "oocana": "0.18.12" } diff --git a/executor/CHANGELOG.md b/executor/CHANGELOG.md index 15ef2aa..19993f8 100644 --- a/executor/CHANGELOG.md +++ b/executor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.18](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.17...oocana-python-executor@0.16.18) (2026-02-02) + + +### Code Refactoring + +* extract get_call_args to eliminate duplicate parameter matching ([#448](https://github.com/oomol/oocana-python/issues/448)) ([09d4e32](https://github.com/oomol/oocana-python/commit/09d4e32a9252657b255cd4ecb8ae44995afa23ca)) + ## [0.16.17](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.16.16...oocana-python-executor@0.16.17) (2025-11-25) diff --git a/executor/pyproject.toml b/executor/pyproject.toml index a3d6cdf..fda5957 100644 --- a/executor/pyproject.toml +++ b/executor/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana-python-executor" -version = "0.16.17" +version = "0.16.18" authors = [ {name = "l1shen", email = "lishen1635@gmail.com"}, {name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"}, diff --git a/oocana/CHANGELOG.md b/oocana/CHANGELOG.md index 72c8654..251bac9 100644 --- a/oocana/CHANGELOG.md +++ b/oocana/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.18.12](https://github.com/oomol/oocana-python/compare/oocana@0.18.11...oocana@0.18.12) (2026-02-02) + + +### Features + +* **oocana:** export TypedDict types for type checking ([#465](https://github.com/oomol/oocana-python/issues/465)) ([0d88b34](https://github.com/oomol/oocana-python/commit/0d88b348e5ef4f53d909d2d05610906c58e10de6)) + + +### Bug Fixes + +* **oocana:** extract _wrap_output_with_warning to reduce duplication ([#454](https://github.com/oomol/oocana-python/issues/454)) ([bd456f2](https://github.com/oomol/oocana-python/commit/bd456f2158344678ed4a03d37e78ddd7cde91853)) +* **oocana:** remove duplicate entries from __all__ in data.py ([#463](https://github.com/oomol/oocana-python/issues/463)) ([3556a2b](https://github.com/oomol/oocana-python/commit/3556a2b848dd8bf750096ee8927e8e8e20ce0ca3)) + + +### Code Refactoring + +* **oocana:** move string_hash function to internal.py ([#459](https://github.com/oomol/oocana-python/issues/459)) ([a1ae5a0](https://github.com/oomol/oocana-python/commit/a1ae5a0873fd2ac8d99e38891045f8997777c24d)) + ## [0.18.11](https://github.com/oomol/oocana-python/compare/oocana@0.18.10...oocana@0.18.11) (2025-11-07) diff --git a/oocana/pyproject.toml b/oocana/pyproject.toml index 95e934a..c290d84 100644 --- a/oocana/pyproject.toml +++ b/oocana/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana" -version = "0.18.11" +version = "0.18.12" description = "python implement of oocana to give a context for oocana block" dependencies = [ "paho-mqtt>=2",