From e7826b50ae3a89432c39b79064c43a31716b0101 Mon Sep 17 00:00:00 2001 From: bot <122335590+oomol-bot@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:35:25 +0800 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 2 +- executor/CHANGELOG.md | 7 +++++++ executor/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 4dd8aa0..330d3cf 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "executor": "0.16.17", + "executor": "0.16.18", "oocana": "0.18.11" } diff --git a/executor/CHANGELOG.md b/executor/CHANGELOG.md index 15ef2aa..9e5a98b 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-01-31) + + +### 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"},